Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
[linux-2.6-microblaze.git] / drivers / tee / optee / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_OPTEE) += optee.o
3 optee-objs += core.o
4 optee-objs += call.o
5 optee-objs += rpc.o
6 optee-objs += supp.o
7 optee-objs += shm_pool.o
8 optee-objs += device.o
9
10 # for tracing framework to find optee_trace.h
11 CFLAGS_call.o := -I$(src)