soc/intel/braswell/Makefile.inc: Remove path to non-existent directories
Found using 'Wmissing-include-dirs' command option. Change-Id: I420b60341dfd0119b14e8492722af62e49fceff8 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71554 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
977c807418
commit
1f9080a7c5
|
@ -64,8 +64,6 @@ CPPFLAGS_common += -I$(src)/soc/intel/braswell/
|
||||||
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
|
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
|
||||||
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))
|
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))
|
||||||
|
|
||||||
CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR)
|
|
||||||
|
|
||||||
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-4c-*)
|
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-4c-*)
|
||||||
|
|
||||||
ifneq ($(CONFIG_VGA_BIOS_FILE),)
|
ifneq ($(CONFIG_VGA_BIOS_FILE),)
|
||||||
|
|
Loading…
Reference in New Issue