]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/tegra/Makefile
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / drivers / gpu / drm / tegra / Makefile
1 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
2
3 tegra-drm-y := \
4         bus.o \
5         drm.o \
6         gem.o \
7         fb.o \
8         dc.o \
9         output.o \
10         rgb.o \
11         hdmi.o \
12         dsi.o \
13         gr2d.o \
14         gr3d.o
15
16 obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o