blob: b104819dacf10b9f9f7cd3125ae68e44ee4b50a3 [file] [log] [blame]
ccflags-y+=-Werror
ccflags-y+=-I$(M)/include/linux
ccflags-y+=-I$(M)/include
obj-m += optee_armtz.o
optee_armtz-objs += core.o
optee_armtz-objs += call.o
optee_armtz-objs += rpc.o
optee_armtz-objs += supp.o
ifeq ($(KERNEL_A32_SUPPORT), true)
optee_armtz-objs += smccc-call-a32.o
else
optee_armtz-objs += smccc-call.o
endif