8 lines
		
	
	
		
			230 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			230 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Cavium ethernet device drivers.
 | |
| #
 | |
| obj-$(CONFIG_NET_VENDOR_CAVIUM) += common/
 | |
| obj-$(CONFIG_NET_VENDOR_CAVIUM) += thunder/
 | |
| obj-$(CONFIG_NET_VENDOR_CAVIUM) += liquidio/
 | |
| obj-$(CONFIG_NET_VENDOR_CAVIUM) += octeon/
 | 
