Merge tag 'irqchip-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.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_NOMADIK) += pl111_nomadik.o
7 pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
8
9 obj-$(CONFIG_DRM_PL111) += pl111_drm.o