xref: /linux/drivers/net/ethernet/qlogic/netxen/Makefile (revision 24168c5e6dfbdd5b414f048f47f75d64533296ca)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2003 - 2009 NetXen, Inc.
3# Copyright (C) 2009 - QLogic Corporation.
4# All rights reserved.
5#
6
7
8obj-$(CONFIG_NETXEN_NIC) := netxen_nic.o
9
10netxen_nic-y := netxen_nic_hw.o netxen_nic_main.o netxen_nic_init.o \
11	netxen_nic_ethtool.o netxen_nic_ctx.o
12