soc/intel/quark/Makefile.inc: Remove path to non-existent folder
Found using 'Wmissing-include-dirs' command option. Change-Id: Ie079dcf8c1e662ce6ef068befa43dfe90c89edd1 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70395 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3460aa3a42
commit
894f19bdf6
|
@ -50,7 +50,6 @@ ramstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart.c
|
|||
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/quark
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/quark/include
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/quark/include/soc/fsp
|
||||
|
||||
# Chipset microcode path
|
||||
CPPFLAGS_common += -I3rdparty/blobs/soc/intel/quark
|
||||
|
|
Loading…
Reference in New Issue