diff options
Diffstat (limited to 'src/mainboard/google/stout/Makefile.inc')
-rw-r--r-- | src/mainboard/google/stout/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/stout/Makefile.inc b/src/mainboard/google/stout/Makefile.inc index 256948d9b5..f151e4f67c 100644 --- a/src/mainboard/google/stout/Makefile.inc +++ b/src/mainboard/google/stout/Makefile.inc @@ -22,3 +22,4 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c smm-$(CONFIG_HAVE_SMI_HANDLER) += ec.c SRC_ROOT = $(src)/mainboard/google/stout +romstage-y += gpio.c |