linux-surface/kernel/drivers/gpu/drm/pl111/Makefile
2017-11-05 21:38:20 -05:00

9 lines
193 B
Makefile

# SPDX-License-Identifier: GPL-2.0
pl111_drm-y += pl111_connector.o \
pl111_display.o \
pl111_drv.o
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
obj-$(CONFIG_DRM_PL111) += pl111_drm.o