mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 09:41:18 -04:00
b52fba7668
Signed-off-by: minjie.yu <minjie.yu@unionman.com.cn>
14 lines
408 B
Makefile
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
|