drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / vendorcode / eltan / security / Makefile.mk
blobd713bfaaee56e11ce0a07119247b3726234aab63
1 ## SPDX-License-Identifier: GPL-2.0-only
3 subdirs-y += verified_boot
4 subdirs-y += mboot
6 ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
7 CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/mboot
8 CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/verified_boot
9 endif