blob: 020026f06762f24cee09925338be439f91fa09e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# TZ KREE driver makefile.
include $(srctree)/drivers/misc/mediatek/Makefile.custom
ccflags-y += -I$(srctree)/include -I$(srctree)/include/trustzone -Werror
# Build as module
#obj-m += tz_module.o
obj-y += tz_module.o
tz_module-y += tz_mod.o tz_system.o test.o kree_mem.o tz_sys_ipc.o \
tz_irq.o tz_pm.o tz_clock.o tz_ndbg.o tz_counter.o tz_mem.o tz_fileio.o tz_secure_clock.o
|