Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51308 )
Change subject: mb/facebook/watson: include variant subdirectory ......................................................................
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 --- M src/mainboard/facebook/watson/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Christian Walter: Looks good to me, approved
diff --git a/src/mainboard/facebook/watson/Makefile.inc b/src/mainboard/facebook/watson/Makefile.inc index f1384f7..ecad3e7 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