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>
This commit is contained in:
Peter Lemenkov 2019-11-27 15:59:39 +01:00 committed by Patrick Georgi
parent 30da30c1db
commit bf5aacca2c
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -1 +0,0 @@
romstage-y += gpio.c

View File

@ -1 +0,0 @@
romstage-y += gpio.c