diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-23 20:22:04 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-12 05:09:29 +0000 |
commit | 977c80741856e72c03b6e3d5b2a12f81e6734137 (patch) | |
tree | 986cd9225b156729e49b6642df19d26ee5684ce1 /src/vendorcode | |
parent | 03a27b89eea8cf15d31fd38468c414ddc449b2e9 (diff) |
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>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/eltan/security/Makefile.inc | 1 |
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 |