1aa43c215SJeff Kirsher# Copyright (C) 2003 - 2009 NetXen, Inc.
2aa43c215SJeff Kirsher# Copyright (C) 2009 - QLogic Corporation.
3aa43c215SJeff Kirsher# All rights reserved.
4aa43c215SJeff Kirsher#
5aa43c215SJeff Kirsher# This program is free software; you can redistribute it and/or
6aa43c215SJeff Kirsher# modify it under the terms of the GNU General Public License
7aa43c215SJeff Kirsher# as published by the Free Software Foundation; either version 2
8aa43c215SJeff Kirsher# of the License, or (at your option) any later version.
9aa43c215SJeff Kirsher#
10aa43c215SJeff Kirsher# This program is distributed in the hope that it will be useful, but
11aa43c215SJeff Kirsher# WITHOUT ANY WARRANTY; without even the implied warranty of
12aa43c215SJeff Kirsher# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13aa43c215SJeff Kirsher# GNU General Public License for more details.
14aa43c215SJeff Kirsher#
15aa43c215SJeff Kirsher# You should have received a copy of the GNU General Public License
16aa43c215SJeff Kirsher# along with this program; if not, write to the Free Software
17aa43c215SJeff Kirsher# Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18aa43c215SJeff Kirsher# MA  02111-1307, USA.
19aa43c215SJeff Kirsher#
20aa43c215SJeff Kirsher# The full GNU General Public License is included in this distribution
21aa43c215SJeff Kirsher# in the file called "COPYING".
22aa43c215SJeff Kirsher#
23aa43c215SJeff Kirsher#
24aa43c215SJeff Kirsher
25aa43c215SJeff Kirsher
26aa43c215SJeff Kirsherobj-$(CONFIG_NETXEN_NIC) := netxen_nic.o
27aa43c215SJeff Kirsher
28aa43c215SJeff Kirshernetxen_nic-y := netxen_nic_hw.o netxen_nic_main.o netxen_nic_init.o \
29aa43c215SJeff Kirsher	netxen_nic_ethtool.o netxen_nic_ctx.o
30