mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
a134789a67
The host1x unit found in Tegra210 SoCs is very similar to the unit in Tegra124, but it has 2 additional channels for a total of 14 channels. Signed-off-by: Thierry Reding <treding@nvidia.com>
17 lines
212 B
Makefile
17 lines
212 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 \
|
|
hw/host1x05.o
|
|
|
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
|