Modify the existing Kconfig, Makefile, and MAINTAINERS to add the driver to the kernel. Add a Makefile and a documentation Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Tested-by: Sibai Li <sibai.li@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Intel network device drivers.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_E100) += e100.o
 | |
| obj-$(CONFIG_E1000) += e1000/
 | |
| obj-$(CONFIG_E1000E) += e1000e/
 | |
| obj-$(CONFIG_IGB) += igb/
 | |
| obj-$(CONFIG_IGBVF) += igbvf/
 | |
| obj-$(CONFIG_IXGBE) += ixgbe/
 | |
| obj-$(CONFIG_IXGBEVF) += ixgbevf/
 | |
| obj-$(CONFIG_I40E) += i40e/
 | |
| obj-$(CONFIG_IXGB) += ixgb/
 | |
| obj-$(CONFIG_I40EVF) += i40evf/
 |