]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/drm/pl111/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / pl111 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 pl111_drm-y += pl111_connector.o \
3 pl111_display.o \
4 pl111_drv.o
5
6 pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
7
8 obj-$(CONFIG_DRM_PL111) += pl111_drm.o