11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright 2018 Freescale Semiconductor
 | 
						|
#
 | 
						|
# SPDX-License-Identifier:	GPL-2.0+
 | 
						|
#
 | 
						|
 | 
						|
obj-y += lx2160a.o
 | 
						|
obj-y += ddr.o
 | 
						|
obj-$(CONFIG_TARGET_LX2160ARDB) += eth_lx2160ardb.o
 | 
						|
obj-$(CONFIG_TARGET_LX2160AQDS) += eth_lx2160aqds.o
 |