9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| #
 | |
| # Makefile for the Wangxun network device drivers.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_LIBWX) += libwx/
 | |
| obj-$(CONFIG_TXGBE) += txgbe/
 | |
| obj-$(CONFIG_NGBE) += ngbe/
 |