14 lines
		
	
	
		
			447 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			447 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_44x)	+= misc_44x.o
 | |
| ifneq ($(CONFIG_PPC4xx_CPM),y)
 | |
| obj-$(CONFIG_44x)	+= idle.o
 | |
| endif
 | |
| obj-$(CONFIG_PPC44x_SIMPLE) += ppc44x_simple.o
 | |
| obj-$(CONFIG_EBONY)	+= ebony.o
 | |
| obj-$(CONFIG_SAM440EP) 	+= sam440ep.o
 | |
| obj-$(CONFIG_WARP)	+= warp.o
 | |
| obj-$(CONFIG_XILINX_VIRTEX_5_FXT) += virtex.o
 | |
| obj-$(CONFIG_XILINX_ML510) += virtex_ml510.o
 | |
| obj-$(CONFIG_ISS4xx)	+= iss4xx.o
 | |
| obj-$(CONFIG_CANYONLANDS)+= canyonlands.o
 | |
| obj-$(CONFIG_CURRITUCK)	+= currituck.o
 | 
