mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	Inspired by the mach-ep93xx flattening work, there is really not much difference between the OpenRD base and client board support so they should be merged together. Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Acked-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			588 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			588 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-y				+= common.o addr-map.o irq.o pcie.o mpp.o
 | 
						|
 | 
						|
obj-$(CONFIG_MACH_DB88F6281_BP)		+= db88f6281-bp-setup.o
 | 
						|
obj-$(CONFIG_MACH_RD88F6192_NAS)	+= rd88f6192-nas-setup.o
 | 
						|
obj-$(CONFIG_MACH_RD88F6281)		+= rd88f6281-setup.o
 | 
						|
obj-$(CONFIG_MACH_MV88F6281GTW_GE)	+= mv88f6281gtw_ge-setup.o
 | 
						|
obj-$(CONFIG_MACH_SHEEVAPLUG)		+= sheevaplug-setup.o
 | 
						|
obj-$(CONFIG_MACH_TS219)		+= ts219-setup.o tsx1x-common.o
 | 
						|
obj-$(CONFIG_MACH_TS41X)		+= ts41x-setup.o tsx1x-common.o
 | 
						|
obj-$(CONFIG_MACH_OPENRD)		+= openrd-setup.o
 | 
						|
obj-$(CONFIG_MACH_NETSPACE_V2)		+= netspace_v2-setup.o
 | 
						|
 | 
						|
obj-$(CONFIG_CPU_IDLE)			+= cpuidle.o
 |