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>
This commit is contained in:
Elyes Haouas 2022-12-06 08:27:24 +01:00 committed by Felix Held
parent 00b8cbd128
commit 4f3251ed16
1 changed files with 0 additions and 4 deletions

View File

@ -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