diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-30 07:24:12 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-12 05:09:46 +0000 |
commit | 1f9080a7c50ce9da197810c85b0658b24539fc20 (patch) | |
tree | 7b7ebbf3a61f0b68bbb654a19b2cc40e851c5212 | |
parent | 977c80741856e72c03b6e3d5b2a12f81e6734137 (diff) | |
download | coreboot-1f9080a7c50ce9da197810c85b0658b24539fc20.tar.gz coreboot-1f9080a7c50ce9da197810c85b0658b24539fc20.tar.bz2 coreboot-1f9080a7c50ce9da197810c85b0658b24539fc20.zip |
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>
-rw-r--r-- | src/soc/intel/braswell/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc index 16d603bbca42..923ba9d85c4c 100644 --- a/src/soc/intel/braswell/Makefile.inc +++ b/src/soc/intel/braswell/Makefile.inc @@ -64,8 +64,6 @@ CPPFLAGS_common += -I$(src)/soc/intel/braswell/ CPPFLAGS_common += -I$(src)/soc/intel/braswell/include 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-*) ifneq ($(CONFIG_VGA_BIOS_FILE),) |