summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/Makefile
diff options
context:
space:
mode:
authorMaxime Jourdan <mjourdan@baylibre.com>2019-03-11 11:51:44 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2019-03-20 09:28:39 +0100
commit2bf6b5b0e374fccda724ca208e8d5433b869246a (patch)
tree009626f9871905bcd97c1b29b815577b593d520e /drivers/gpu/drm/meson/Makefile
parentdc5b961410242a322a7191be77ba9e50026e3825 (diff)
drm/meson: exclusively use the canvas provider module
Now that the DMC register range is no longer in the bindings, remove any mention towards it and exclusively use the meson-canvas module. Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190311105144.7276-3-mjourdan@baylibre.com
Diffstat (limited to 'drivers/gpu/drm/meson/Makefile')
-rw-r--r--drivers/gpu/drm/meson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/meson/Makefile b/drivers/gpu/drm/meson/Makefile
index 7709f2fbb9f7..d4ea82fc493b 100644
--- a/drivers/gpu/drm/meson/Makefile
+++ b/drivers/gpu/drm/meson/Makefile
@@ -1,5 +1,5 @@
meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_venc_cvbs.o
-meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_canvas.o meson_overlay.o
+meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_overlay.o
obj-$(CONFIG_DRM_MESON) += meson-drm.o
obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o