Merge branch 'genetlink_mcast'
[cascardo/linux.git] / drivers / gpu / host1x / Makefile
1 ccflags-y = -Idrivers/gpu/host1x
2
3 host1x-y = \
4         syncpt.o \
5         dev.o \
6         intr.o \
7         cdma.o \
8         channel.o \
9         job.o \
10         debug.o \
11         hw/host1x01.o
12
13 ccflags-y += -Iinclude/drm
14 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
15
16 host1x-$(CONFIG_DRM_TEGRA) += drm/drm.o drm/fb.o drm/dc.o
17 host1x-$(CONFIG_DRM_TEGRA) += drm/output.o drm/rgb.o drm/hdmi.o
18 host1x-$(CONFIG_DRM_TEGRA) += drm/gem.o
19 host1x-$(CONFIG_DRM_TEGRA) += drm/gr2d.o
20 obj-$(CONFIG_TEGRA_HOST1X) += host1x.o