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>
This commit is contained in:
parent
03a27b89ee
commit
977c807418
|
@ -5,6 +5,5 @@ subdirs-y += mboot
|
||||||
|
|
||||||
ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_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/mboot
|
||||||
CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/include
|
|
||||||
CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/verified_boot
|
CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/verified_boot
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue