2019-05-19 21:51:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2009-02-25 23:57:56 +08:00
|
|
|
# Copyright (C) 2003 - 2009 NetXen, Inc.
|
2009-09-11 19:28:15 +08:00
|
|
|
# Copyright (C) 2009 - QLogic Corporation.
|
2006-10-22 03:33:03 +08:00
|
|
|
# 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 \
|
2009-08-25 03:23:27 +08:00
|
|
|
netxen_nic_ethtool.o netxen_nic_ctx.o
|