mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	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
 |