summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/dpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/dpu/Makefile')
-rw-r--r--drivers/gpu/drm/imx/dpu/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/dpu/Makefile b/drivers/gpu/drm/imx/dpu/Makefile
new file mode 100644
index 000000000000..c09e487aa5c2
--- /dev/null
+++ b/drivers/gpu/drm/imx/dpu/Makefile
@@ -0,0 +1,7 @@
+ccflags-y += -Idrivers/gpu/drm/imx
+
+imx-dpu-crtc-objs := dpu-crtc.o dpu-plane.o dpu-kms.o
+obj-$(CONFIG_DRM_IMX_DPU) += imx-dpu-crtc.o
+
+imx-dpu-render-objs := dpu-blit.o
+obj-$(CONFIG_DRM_IMX_DPU) += imx-dpu-render.o