Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37706 )
Change subject: Makefile: Allow to source code from mainboard/intel/common ......................................................................
Makefile: Allow to source code from mainboard/intel/common
Change-Id: Idb104a1baeacc742abe9e4f46e39d41f2da96c5a Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/37706/1
diff --git a/Makefile.inc b/Makefile.inc index dc5272e..d9869e5 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -97,6 +97,7 @@ subdirs-y += util/futility util/marvell util/bincfg subdirs-y += $(wildcard src/arch/*) subdirs-y += src/mainboard/$(MAINBOARDDIR) +subdirs-$(CONFIG_MAINBOARD_INTEL_COMMON) += src/mainboard/intel/common subdirs-y += src/security subdirs-y += payloads payloads/external