xref: /linux/drivers/net/ethernet/qlogic/netxen/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
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