aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tiler/Makefile
blob: 7d4b11350d7c8233ad4d7350f80730edf7d33261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
obj-$(CONFIG_TI_TILER) += tcm/

obj-$(CONFIG_TI_TILER) += tiler_dmm.o
tiler_dmm-objs = dmm.o

obj-$(CONFIG_TI_TILER) += tiler.o
tiler-objs = tiler-geom.o tiler-main.o tiler-iface.o tiler-reserve.o tmm-pat.o

ifdef CONFIG_TILER_ENABLE_NV12
tiler-objs += tiler-nv12.o
endif

ifdef CONFIG_TILER_ENABLE_USERSPACE
tiler-objs += tiler-ioctl.o
endif