Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd
[deliverable/linux.git] / drivers / gpu / drm / tegra / Makefile
1 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
2
3 tegra-drm-y := \
4 drm.o \
5 gem.o \
6 fb.o \
7 dc.o \
8 output.o \
9 rgb.o \
10 hdmi.o \
11 mipi-phy.o \
12 dsi.o \
13 sor.o \
14 dpaux.o \
15 gr2d.o \
16 gr3d.o
17
18 obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
This page took 0.031755 seconds and 5 git commands to generate.