blob: 7d4b11350d7c8233ad4d7350f80730edf7d33261 [file] [log] [blame]
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