aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Makefile')
-rw-r--r--drivers/gpu/drm/rcar-du/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Makefile b/drivers/gpu/drm/rcar-du/Makefile
new file mode 100644
index 00000000000..12b8d447783
--- /dev/null
+++ b/drivers/gpu/drm/rcar-du/Makefile
@@ -0,0 +1,12 @@
+rcar-du-drm-y := rcar_du_crtc.o \
+ rcar_du_drv.o \
+ rcar_du_encoder.o \
+ rcar_du_group.o \
+ rcar_du_kms.o \
+ rcar_du_lvdscon.o \
+ rcar_du_plane.o \
+ rcar_du_vgacon.o
+
+rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS) += rcar_du_lvdsenc.o
+
+obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o