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>
11 lines
372 B
Makefile
11 lines
372 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
subdirs-y += verified_boot
|
|
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
|