mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
029a1760dc
Signed-off-by: suwanghw <wangsu14@huawei.com>
15 lines
388 B
Makefile
15 lines
388 B
Makefile
ifeq ($(CONFIG_TZDRIVER),y)
|
|
KERNEL_DIR := $(srctree)
|
|
|
|
EXTRA_CFLAGS += -I$(KERNEL_DIR)/../../../../third_party/bounds_checking_function/include/
|
|
|
|
obj-$(CONFIG_TZDRIVER) += agent_rpmb/
|
|
obj-$(CONFIG_TZDRIVER) += auth/
|
|
obj-$(CONFIG_TZDRIVER) += core/
|
|
obj-$(CONFIG_TZDRIVER) += tlogger/
|
|
obj-$(CONFIG_TZDRIVER) += ion/
|
|
obj-$(CONFIG_TZDRIVER) += tui/
|
|
obj-$(CONFIG_TZDRIVER) += whitelist/
|
|
|
|
endif
|