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>
This commit is contained in:
parent
236ca58a76
commit
8916d12426
|
@ -15,4 +15,5 @@
|
|||
|
||||
ramstage-y += irqroute.c
|
||||
|
||||
subdirs-y += variants/$(VARIANT_DIR)
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
|
||||
|
|
Loading…
Reference in New Issue