linux/drivers/gpu/host1x/Makefile
Thierry Reding 4de6a2d6ac gpu: host1x: Add MIPI pad calibration support
This driver adds support to perform calibration of the MIPI pads for CSI
and DSI.

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

15 lines
178 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
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o