mirror of
https://github.com/openharmony/tee_tee_tzdriver.git
synced 2026-07-01 06:41:57 -04:00
42448d2290
Signed-off-by: suwanghw <wangsu14@huawei.com>
14 lines
432 B
Makefile
14 lines
432 B
Makefile
KERNEL_DIR := $(srctree)
|
|
|
|
ifneq ($(TARGET_BUILD_VARIANT), user)
|
|
ccflags-y += -DDEF_ENG
|
|
endif
|
|
|
|
EXTRA_CFLAGS += -I$(KERNEL_DIR)/../../../../third_party/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
|