summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/dpu/Makefile
blob: c09e487aa5c26ba73ed0d053ea59aa1e7b1769a2 (plain)
1
2
3
4
5
6
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