]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/pl111/Makefile
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
[linux.git] / drivers / gpu / drm / pl111 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 pl111_drm-y +=  pl111_display.o \
3                 pl111_versatile.o \
4                 pl111_drv.o
5
6 pl111_drm-$(CONFIG_ARCH_VEXPRESS) += pl111_vexpress.o
7 pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o
8 pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
9
10 obj-$(CONFIG_DRM_PL111) += pl111_drm.o