aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-10-09 04:32:49 -0400
committerThierry Reding <treding@nvidia.com>2013-10-31 04:55:40 -0400
commitdee8268f8fb218c9e9b604a40f7dbdd395e910f9 (patch)
treeb28f659398ca70881bccde1cef8c34357faf6964 /drivers/gpu/drm/tegra/Makefile
parentfc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (diff)
drm/tegra: Move driver to DRM tree
In order to make subsystem-wide changes easier, move the Tegra DRM driver back into the DRM tree. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/Makefile')
-rw-r--r--drivers/gpu/drm/tegra/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile
new file mode 100644
index 000000000000..e1cdf1da2778
--- /dev/null
+++ b/drivers/gpu/drm/tegra/Makefile
@@ -0,0 +1,14 @@
1ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
2
3tegra-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 gr2d.o
13
14obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o