obj-$(CONFIG_TZDEV) += tzdev.o ifeq ($(CONFIG_TZDEV), m) tzdev-y += core/subsystem.o endif ccflags-y += -I$(srctree)/drivers/misc/tzdev/include ccflags-y += -I$(srctree)/drivers/misc/tzdev ccflags-$(CONFIG_SAMSUNG_GKI_KERNEL) += -DANDROID_GKI_VFS_EXPORT_ONLY=VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver ccflags-$(CONFIG_TZDEV_DEPLOY_TZAR) += -D"_STR(s)=\#s" -D"KBUILD_SRC=_STR($(KBUILD_SRC))" ccflags-$(CONFIG_SAMSUNG_GKI_KERNEL) += -DCONFIG_SAMSUNG_GKI_KERNEL # Core tzdev-y += core/cdev.o tzdev-y += core/cred.o tzdev-y += core/event.o tzdev-y += core/iwio.o tzdev-y += core/iwservice.o tzdev-y += core/iwsock.o tzdev-y += core/kthread_pool.o tzdev-y += core/log.o tzdev-y += core/mem.o tzdev-y += core/notifier.o tzdev-y += core/ree_time.o tzdev-y += core/sysdep.o tzdev-y += core/tzdev.o tzdev-y += core/uiwsock.o tzdev-y += core/umem.o tzdev-$(CONFIG_TZLOG) += core/iwlog.o tzdev-$(CONFIG_TZDEV_DEPLOY_TZAR) += core/deploy_tzar.o ifeq ($(CONFIG_MSM_SCM), y) tzdev-y += core/qc_platform.o tzdev-y += core/qc_clocks.o else tzdev-y += core/platform.o endif # Lib tzdev-y += lib/circ_buf.o tzdev-y += lib/circ_buf_packet.o # Extensions tzdev-$(CONFIG_TZDEV_BOOST) += extensions/boost.o tzdev-$(CONFIG_TZDEV_CPUFREQ_TRANSITION) += extensions/cpufreq_trans.o tzdev-$(CONFIG_TZDEV_HOTPLUG) += extensions/hotplug.o tzdev-$(CONFIG_TZIRS) += extensions/irs.o tzdev-$(CONFIG_TZ_NWFS) += extensions/fsdev.o tzdev-$(CONFIG_TZ_SCMA) += extensions/scma.o tzdev-$(CONFIG_ION_FD2PHYS) += extensions/ion_fd2phys_v$(CONFIG_ION_FD2PHYS_VARIANT).o # TEE client API tzdev-y += teec/context.o tzdev-y += teec/misc.o tzdev-y += teec/session.o tzdev-y += teec/shared_memory.o # Debug tzdev-$(CONFIG_TZPROFILER) += debug/profiler.o tzdev-$(CONFIG_TZ_BOOT_LOG) += debug/iw_boot_log.o tzdev-$(CONFIG_TZ_PANIC_DUMP) += debug/panic_dump.o tzdev-$(CONFIG_TZ_PMF) += debug/pmf.o tzdev-$(CONFIG_TZDEV_TRACING) += debug/trace.o # Tests tzdev-$(CONFIG_EFUSE_TEST) += tests/efuse_test.o tzdev-$(CONFIG_TZASC_TEST) += tests/tzasc_test.o tzdev-$(CONFIG_TZPC_TEST) += tests/tzpc_test.o tzdev-$(CONFIG_TZ_CHTEST) += tests/tz_chtest.o tzdev-$(CONFIG_TZ_CLK_TEST_HELPER) += tests/tz_clk_test_helper.o tzdev-$(CONFIG_TZ_CMA_TEST) += tests/tz_cma_test.o tzdev-$(CONFIG_TZ_MEMDUMP_TEST) += tests/tz_memdump_test.o tzdev-$(CONFIG_TZ_MMAP_TEST) += tests/tz_mmap_test.o tzdev-$(CONFIG_TZ_PRINTK_TEST) += tests/tz_printk_test.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/tz_tee_kernel_api_test.o tzdev-$(CONFIG_TZ_SCMA_TEST) += tests/tz_scma_test.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test_send_ta.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test_cancellation.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test_null_args.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test_shared_ref.o tzdev-$(CONFIG_TZ_TEE_KERNEL_API_TEST) += tests/teec/tee_test_sleep.o