Files
2024-07-02 09:19:51 +08:00

14 lines
408 B
Makefile

KERNEL_DIR := $(srctree)
ifneq ($(TARGET_BUILD_VARIANT), user)
ccflags-y += -DDEF_ENG
endif
EXTRA_CFLAGS += -I$(KERNEL_DIR)/bounds_checking_function/include
EXTRA_CFLAGS += -I$(KERNEL_DIR)/drivers/tzdriver/include
EXTRA_CFLAGS += -include internal_functions.h
EXTRA_CFLAGS += -I$(KERNEL_DIR)/drivers/tzdriver
EXTRA_CFLAGS += -I$(KERNEL_DIR)/drivers/tzdriver/core
obj-y += agent_allowed_ca.o