diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-07-23 22:54:33 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-07-24 22:24:13 +0000 |
commit | 104b7db894237ce5828706f76b2d2fd1434efc4d (patch) | |
tree | a0119d11d43150c6fc649144eeb0ce682294da4f | |
parent | dc445e9230bd81a54cbb436a700d0242e679f628 (diff) |
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>
-rw-r--r-- | src/mainboard/lenovo/haswell/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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) |