diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-06 08:27:24 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-09 16:59:44 +0000 |
commit | 4f3251ed169c387290ede2b620ff02e4942e8a5a (patch) | |
tree | f50fedd7b37be22616eb2cc677d6dfb2d82bd736 /src/vendorcode/eltan/security | |
parent | 00b8cbd12838e5fcef83c9583a37a2c8b56bfdf7 (diff) |
vc/eltan/security/Makefile.inc: Remove path to non-existent folder
Found using 'Wmissing-include-dirs' command option.
Change-Id: Ia6f72acf0ae90c98ccf1fbbeedd7fbf5f194b4cc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70385
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/eltan/security')
-rw-r--r-- | src/vendorcode/eltan/security/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vendorcode/eltan/security/Makefile.inc b/src/vendorcode/eltan/security/Makefile.inc index 7db68c87c9..6d41a5c96b 100644 --- a/src/vendorcode/eltan/security/Makefile.inc +++ b/src/vendorcode/eltan/security/Makefile.inc @@ -8,7 +8,3 @@ 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 - -ifeq ($(CONFIG_TPM2),y) -CPPFLAGS_common += -I$(src)/security/include -endif |