summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-23 20:22:04 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-01-12 05:09:29 +0000
commit977c80741856e72c03b6e3d5b2a12f81e6734137 (patch)
tree986cd9225b156729e49b6642df19d26ee5684ce1
parent03a27b89eea8cf15d31fd38468c414ddc449b2e9 (diff)
downloadcoreboot-977c80741856e72c03b6e3d5b2a12f81e6734137.tar.gz
vc/eltan/security/Makefile.inc: Remove path to non-existent directory
Fix: cc1: error: ../../src/vendorcode/eltan/security/include: No such file or directory [-Werror=missing-include-dirs] Change-Id: I806b106c641d0d93ed18c87cf6d863c1cce04b03 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71298 Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
-rw-r--r--src/vendorcode/eltan/security/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/eltan/security/Makefile.inc b/src/vendorcode/eltan/security/Makefile.inc
index 6d41a5c96b..d713bfaaee 100644
--- a/src/vendorcode/eltan/security/Makefile.inc
+++ b/src/vendorcode/eltan/security/Makefile.inc
@@ -5,6 +5,5 @@ subdirs-y += mboot
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/mboot
-CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/include
CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/verified_boot
endif