From 894f19bdf6800074796317ee12a0018b6f928224 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 7 Dec 2022 06:30:12 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70395 Reviewed-by: Werner Zeh Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/soc/intel/quark/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/quark/Makefile.inc b/src/soc/intel/quark/Makefile.inc index 8b0c8bf88b..e4df2ccaf9 100644 --- a/src/soc/intel/quark/Makefile.inc +++ b/src/soc/intel/quark/Makefile.inc @@ -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