 d3883ecebb
			
		
	
	
	d3883ecebb
	
	
	
		
			
			"make dep" is no longer required in kernel 2.6, but was still mentioned in some places. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			259 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			259 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the linux kernel.
 | |
| #
 | |
| 
 | |
| # Object file lists.
 | |
| 
 | |
| obj-y			+= time.o generic.o pfifo.o xc.o
 | |
| 
 | |
| # Specific board support
 | |
| obj-$(CONFIG_MACH_NXDKN) += nxdkn.o
 | |
| obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o
 | |
| obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o
 |