alistair23-linux/drivers/gpu/host1x/Makefile
Thierry Reding e6fff4aaf9 gpu: host1x: Add Tegra124 support
Tegra124 has 192 syncpoints whereas its predecessors had 32 syncpoints.
This required changes to the hardware register layout.

Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-12-19 09:29:52 +01:00

16 lines
195 B
Makefile

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