aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x200/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-04-05 12:05:12 +0200
committerPatrick Rudolph <siro@das-labor.org>2018-10-27 13:22:06 +0000
commit40b0fc3f8b81d9c38e5c0fda494ba645c3b426e8 (patch)
treeb674bfe40819fb4928d0bdb15f5a582f659f2ccb /src/mainboard/lenovo/x200/Makefile.inc
parent5a5f6a76ec8806043020c83d016c0fea3c04f70b (diff)
mb/lenovo/x200: Link gpio map instead of including a header
Linking should allow to link depending on possible future variants. E.g. in Makefile.inc romstage-$(CONFIG_'VARIANT0') += gpio_variant0.c etc. This commit follows up on commit 7dee9745 with Change-Id I88b5ef8e12ac606751952a493f626e1b146e98f7 ("mb/lenovo/x201: Link gpio map instead of including a header"). Change-Id: Ibdb96deafbe422bf50fd2e1fc56a57ae53ccd5a0 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29286 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x200/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/x200/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x200/Makefile.inc b/src/mainboard/lenovo/x200/Makefile.inc
index 69e8c4ef6a..c10bc70e67 100644
--- a/src/mainboard/lenovo/x200/Makefile.inc
+++ b/src/mainboard/lenovo/x200/Makefile.inc
@@ -16,5 +16,6 @@
ramstage-y += dock.c
ramstage-y += cstates.c
ramstage-y += blc.c
+romstage-y += gpio.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads