mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00: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>
7 lines
277 B
Makefile
7 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
|