summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2018-07-30 11:52:34 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-07-30 11:52:34 +0100
commitd40af7b1ae23da718ba916fcd07f5b064efff921 (patch)
treefa4c494a51f12550bcd22ab87857dd1a5bb69b2a /drivers/gpu/drm/armada/Makefile
parent3acea7b9b62c282ea3d4d0cd156ca8e35dfa8a8c (diff)
drm/armada: move primary plane to separate file
Split out the primary plane support; this is now entirely separate from the CRTC support. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/Makefile')
-rw-r--r--drivers/gpu/drm/armada/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/armada/Makefile b/drivers/gpu/drm/armada/Makefile
index ecf25cf9f9f5..9bc3c3213724 100644
--- a/drivers/gpu/drm/armada/Makefile
+++ b/drivers/gpu/drm/armada/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \
- armada_gem.o armada_overlay.o armada_trace.o
+ armada_gem.o armada_overlay.o armada_plane.o armada_trace.o
armada-y += armada_510.o
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o