11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0+
 | 
						|
#
 | 
						|
# Copyright 2010 Freescale Semiconductor, Inc.
 | 
						|
 | 
						|
obj-y	+= law.o
 | 
						|
obj-y	+= ddr.o
 | 
						|
obj-y	+= tlb.o
 | 
						|
obj-y	+= sdhc_boot.o
 | 
						|
obj-$(CONFIG_CONTROLCENTERD) += controlcenterd.o controlcenterd-id.o
 | 
						|
obj-$(CONFIG_FSL_DIU_FB) += diu.o
 |