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