12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-or-later
 | |
| # Copyright (C) 2003 - 2009 NetXen, Inc.
 | |
| # Copyright (C) 2009 - QLogic Corporation.
 | |
| # All rights reserved.
 | |
| #
 | |
| 
 | |
| 
 | |
| obj-$(CONFIG_NETXEN_NIC) := netxen_nic.o
 | |
| 
 | |
| netxen_nic-y := netxen_nic_hw.o netxen_nic_main.o netxen_nic_init.o \
 | |
| 	netxen_nic_ethtool.o netxen_nic_ctx.o
 |