Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71585 )
Change subject: soc/intel/skylake/Makefile.inc: Remove path to non-existent directories ......................................................................
soc/intel/skylake/Makefile.inc: Remove path to non-existent directories
Found using 'Wmissing-include-dirs' command option. cc1: error: 3rdparty/blobs/mainboard/asrock/h110m: No such file or directory [-Werror=missing-include-dirs] cc1: error: 3rdparty/blobs/mainboard/acer/aspire_vn7_572g: No such file or directory [-Werror=missing-include-dirs] ...
Change-Id: Icc43e40514a12944fa180197ffe3230ff9800de9 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M 3rdparty/vboot M src/soc/intel/skylake/Makefile.inc 2 files changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/71585/1
diff --git a/3rdparty/vboot b/3rdparty/vboot index a09b792..196b084 160000 --- a/3rdparty/vboot +++ b/3rdparty/vboot @@ -1 +1 @@ -Subproject commit a09b792e6a159d7d21b8e64f07a056ba08f8014d +Subproject commit 196b0843e90cfa791123d1fff88eca06721dc64a diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc index 162b343..732a98a 100644 --- a/src/soc/intel/skylake/Makefile.inc +++ b/src/soc/intel/skylake/Makefile.inc @@ -109,7 +109,8 @@ CPPFLAGS_common += -I$(src)/soc/intel/skylake CPPFLAGS_common += -I$(src)/soc/intel/skylake/include
-# Currently used for microcode path. +ifeq ($(CONFIG_BOARD_STARLABS_STARBOOK_ADL) $(CONFIG_BOARD_STARLABS_LABTOP_CML) $(CONFIG_BOARD_STARLABS_STARBOOK_TGL) $(CONFIG_BOARD_OCP_TIOGAPASS),y) CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR) +endif
endif