This driver adds support for Xilinx 10/100/1000 AXI Ethernet. It can be used, for instance, on Xilinx boards with a Microblaze architecture like the ML605. The patch is against the latest net-next tree and checkpatch clean. Signed-off-by: Ariane Keller <ariane.keller@tik.ee.ethz.ch> Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			310 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			310 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the Xilink network device drivers.
 | 
						|
#
 | 
						|
 | 
						|
ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
 | 
						|
obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
 | 
						|
obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
 | 
						|
xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
 | 
						|
obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
 |