8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the VME bridge device drivers.
 | 
						|
#
 | 
						|
obj-$(CONFIG_VME_BUS)		+= vme.o
 | 
						|
 | 
						|
obj-y				+= bridges/
 | 
						|
obj-y				+= boards/
 |