linux-stable/drivers/gpu/host1x/Makefile
Thierry Reding 5407f31bd3 gpu: host1x: Add support for Tegra114
Tegra114 uses a slightly updated version of host1x with an additional
syncpoint.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-10-31 09:55:41 +01:00

13 lines
168 B
Makefile

host1x-y = \
bus.o \
syncpt.o \
dev.o \
intr.o \
cdma.o \
channel.o \
job.o \
debug.o \
hw/host1x01.o \
hw/host1x02.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o