summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/security/Makefile.inc
blob: d9c40efb56a1354b74f78d5604b4411033c63beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
##
## 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

ifeq ($(CONFIG_TPM2),y)
CPPFLAGS_common += -I$(src)/security/include
endif