drm/tegra: Move subdevice infrastructure to host1x
[deliverable/linux.git] / drivers / gpu / host1x / Makefile
1 ccflags-y = -Idrivers/gpu/host1x
2
3 host1x-y = \
4 bus.o \
5 syncpt.o \
6 dev.o \
7 intr.o \
8 cdma.o \
9 channel.o \
10 job.o \
11 debug.o \
12 hw/host1x01.o
13
14 ccflags-y += -Iinclude/drm
15 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
16
17 host1x-$(CONFIG_DRM_TEGRA) += drm/drm.o drm/fb.o drm/dc.o
18 host1x-$(CONFIG_DRM_TEGRA) += drm/output.o drm/rgb.o drm/hdmi.o
19 host1x-$(CONFIG_DRM_TEGRA) += drm/gem.o
20 host1x-$(CONFIG_DRM_TEGRA) += drm/gr2d.o
21 host1x-$(CONFIG_DRM_TEGRA) += drm/bus.o
22 obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
This page took 0.036441 seconds and 5 git commands to generate.