From 1f9080a7c50ce9da197810c85b0658b24539fc20 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 30 Dec 2022 07:24:12 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71554 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/intel/braswell/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc index 16d603bbca..923ba9d85c 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),) -- cgit v1.2.3