]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/gpu/drm/sun4i/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / gpu / drm / sun4i / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9026e0d1
MR
2sun4i-drm-y += sun4i_drv.o
3sun4i-drm-y += sun4i_framebuffer.o
9026e0d1 4
9c568101 5sun4i-drm-hdmi-y += sun4i_hdmi_enc.o
f0a3dd33 6sun4i-drm-hdmi-y += sun4i_hdmi_i2c.o
9c568101
MR
7sun4i-drm-hdmi-y += sun4i_hdmi_ddc_clk.o
8sun4i-drm-hdmi-y += sun4i_hdmi_tmds_clk.o
9
9026e0d1 10sun4i-tcon-y += sun4i_tcon.o
29e57fab 11sun4i-tcon-y += sun4i_rgb.o
9026e0d1 12sun4i-tcon-y += sun4i_dotclock.o
46cce6da 13sun4i-tcon-y += sun4i_crtc.o
87969338
IZ
14
15sun4i-backend-y += sun4i_backend.o sun4i_layer.o
9026e0d1 16
9d75b8c0
IZ
17sun8i-mixer-y += sun8i_mixer.o sun8i_layer.o
18
9026e0d1 19obj-$(CONFIG_DRM_SUN4I) += sun4i-drm.o sun4i-tcon.o
cd8fff50 20obj-$(CONFIG_DRM_SUN4I) += sun6i_drc.o
03c4c71d 21obj-$(CONFIG_DRM_SUN4I) += sun4i_tv.o
a43a42ad
IZ
22
23obj-$(CONFIG_DRM_SUN4I_BACKEND) += sun4i-backend.o
9c568101 24obj-$(CONFIG_DRM_SUN4I_HDMI) += sun4i-drm-hdmi.o
9d75b8c0 25obj-$(CONFIG_DRM_SUN8I_MIXER) += sun8i-mixer.o