 19e2f6fe96
			
		
	
	
	19e2f6fe96
	
	
	
		
			
			Since sungem_phy is used by multiple, unrelated, drivers make it build as a real module under drivers/net. depmod will pick up the symbol dependency and make sure sungem_phy.ko gets loaded any time sungem.ko or spider_net.ko is loaded. Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			284 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			284 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Sun network device drivers.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_HAPPYMEAL) += sunhme.o
 | |
| obj-$(CONFIG_SUNQE) += sunqe.o
 | |
| obj-$(CONFIG_SUNBMAC) += sunbmac.o
 | |
| obj-$(CONFIG_SUNGEM) += sungem.o
 | |
| obj-$(CONFIG_CASSINI) += cassini.o
 | |
| obj-$(CONFIG_SUNVNET) += sunvnet.o
 | |
| obj-$(CONFIG_NIU) += niu.o
 |