diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-11-27 15:59:39 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-29 08:56:15 +0000 |
commit | bf5aacca2c8c74510613741ea7eaeef602ea0679 (patch) | |
tree | e05d2e30d459dc6b57f561a074e399d2f4217caa /src/mainboard/lenovo/t400/Makefile.inc | |
parent | 30da30c1db3375bfb582afca36e43c2e1669b8df (diff) | |
download | coreboot-bf5aacca2c8c74510613741ea7eaeef602ea0679.tar.xz |
mb/lenovo/t400/Makefile: Build gpio w/o subdir makefiles
Change-Id: Ia2e889fe72d746b71d92026e358c7471f56b381f
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37287
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo/t400/Makefile.inc')
-rw-r--r-- | src/mainboard/lenovo/t400/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t400/Makefile.inc b/src/mainboard/lenovo/t400/Makefile.inc index b3ca78d2de..e4e6a1f012 100644 --- a/src/mainboard/lenovo/t400/Makefile.inc +++ b/src/mainboard/lenovo/t400/Makefile.inc @@ -16,7 +16,7 @@ bootblock-y += bootblock.c bootblock-y += dock.c -subdirs-y += variants/$(VARIANT_DIR)/ +romstage-y += variants/$(VARIANT_DIR)/gpio.c ramstage-y += dock.c ramstage-y += cstates.c |