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/Makefile8
1 files changed, 8 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..22ff7e916b6f
--- /dev/null
+++ b/drivers/gpu/drm/imx/dpu/Makefile
@@ -0,0 +1,8 @@
+ccflags-y += -I $(srctree)/$(src)/../
+
+imx-dpu-crtc-objs := dpu-crtc.o dpu-kms.o dpu-plane.o
+imx-dpu-crtc-$(CONFIG_DEBUG_FS) := dpu-crc.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