Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client
[linux-2.6-microblaze.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