]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - 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
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
109eee2f
JW
2fsl-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 \
fb127b79 7 fsl_tcon.o
109eee2f 8obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu-drm.o