From 977c80741856e72c03b6e3d5b2a12f81e6734137 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 23 Dec 2022 20:22:04 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71298 Reviewed-by: Erik van den Bogaert Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/vendorcode/eltan/security/Makefile.inc | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3