summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2021-03-04 10:59:20 -0800
committerAngel Pons <th3fanbus@gmail.com>2021-03-10 19:24:34 +0000
commit8916d124269ffa5d1d3c19e3f6b19615dd86b66c (patch)
tree0c9da84b2f71dc3c55b29bc668121c968b3470ff
parent236ca58a76d840b22103272fbdfeebc8d2404c4d (diff)
downloadcoreboot-8916d124269ffa5d1d3c19e3f6b19615dd86b66c.tar.gz
coreboot-8916d124269ffa5d1d3c19e3f6b19615dd86b66c.tar.bz2
coreboot-8916d124269ffa5d1d3c19e3f6b19615dd86b66c.zip
mb/facebook/watson: include variant subdirectory
watson_v2 mainboard variant has its own code to be built in. Update Makefile.inc of mainboard directory to include variant subdirectory. Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: I21ee1c575b3b6e4278955c12d6e4f7109eb75105 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51308 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/facebook/watson/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/facebook/watson/Makefile.inc b/src/mainboard/facebook/watson/Makefile.inc
index f1384f7c97cd..ecad3e74aa55 100644
--- a/src/mainboard/facebook/watson/Makefile.inc
+++ b/src/mainboard/facebook/watson/Makefile.inc
@@ -15,4 +15,5 @@
ramstage-y += irqroute.c
+subdirs-y += variants/$(VARIANT_DIR)
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include