mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 14:27:43 +07:00
d40af7b1ae
Split out the primary plane support; this is now entirely separate from the CRTC support. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
8 lines
277 B
Makefile
8 lines
277 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \
|
|
armada_gem.o armada_overlay.o armada_plane.o armada_trace.o
|
|
armada-y += armada_510.o
|
|
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o
|
|
|
|
obj-$(CONFIG_DRM_ARMADA) := armada.o
|