summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/haswell
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-07-23 22:54:33 +0200
committerFelix Singer <felixsinger@posteo.net>2022-07-24 22:24:13 +0000
commit104b7db894237ce5828706f76b2d2fd1434efc4d (patch)
treea0119d11d43150c6fc649144eeb0ce682294da4f /src/mainboard/lenovo/haswell
parentdc445e9230bd81a54cbb436a700d0242e679f628 (diff)
downloadcoreboot-104b7db894237ce5828706f76b2d2fd1434efc4d.tar.gz
coreboot-104b7db894237ce5828706f76b2d2fd1434efc4d.tar.bz2
coreboot-104b7db894237ce5828706f76b2d2fd1434efc4d.zip
mb/lenovo/haswell: Hook up variants Makefile
Change-Id: I36091118d98f71dc4141aca4e45858a22d519a9b Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/haswell')
-rw-r--r--src/mainboard/lenovo/haswell/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/haswell/Makefile.inc b/src/mainboard/lenovo/haswell/Makefile.inc
index 8250d3118433..5af50e713928 100644
--- a/src/mainboard/lenovo/haswell/Makefile.inc
+++ b/src/mainboard/lenovo/haswell/Makefile.inc
@@ -3,3 +3,5 @@ romstage-y += variants/$(VARIANT_DIR)/romstage.c
ramstage-y += mainboard.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads
+
+subdirs-y += variants/$(VARIANT_DIR)