From 104b7db894237ce5828706f76b2d2fd1434efc4d Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 23 Jul 2022 22:54:33 +0200 Subject: [PATCH] mb/lenovo/haswell: Hook up variants Makefile Change-Id: I36091118d98f71dc4141aca4e45858a22d519a9b Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/66107 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/lenovo/haswell/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/lenovo/haswell/Makefile.inc b/src/mainboard/lenovo/haswell/Makefile.inc index 8250d31184..5af50e7139 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)