9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0+
 | 
						|
#
 | 
						|
# Copyright (C) 2010-2017 CS Systemes d'Information
 | 
						|
# Christophe Leroy <christophe.leroy@c-s.fr>
 | 
						|
#
 | 
						|
 | 
						|
obj-y += MCR3000.o
 | 
						|
obj-$(CONFIG_CMD_NAND) += nand.o
 |