]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - drivers/gpu/drm/fsl-dcu/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / gpu / drm / fsl-dcu / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 fsl-dcu-drm-y := fsl_dcu_drm_drv.o \
3 fsl_dcu_drm_kms.o \
4 fsl_dcu_drm_rgb.o \
5 fsl_dcu_drm_plane.o \
6 fsl_dcu_drm_crtc.o \
7 fsl_tcon.o
8 obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu-drm.o