# Copyright (c) 2015-2017 MICROTRUST Incorporated
# All Rights Reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

#include $(srctree)/drivers/misc/mediatek/Makefile.custom

ccflags-y += -I$(src) -I$(src)/include

teei-objs += teei_client_main.o
teei-objs += global_function.o
teei-objs += fdrv.o
teei-objs += backward_driver.o irq_register.o notify_queue.o teei_capi.o teei_fp.o teei_smc_call.o tz_log.o switch_queue.o teei_keymaster.o teei_cancel_cmd.o teei_client_transfer_data.o
teei-objs += sysfs.o

obj-$(CONFIG_MICROTRUST_TZ_DRIVER) += teei.o


ccflags-y += -D DEBUG_DO
ccflags-y += -Wno-error
ccflags-y += -D UT_DMA_ZONE
