linux/drivers/net/ethernet/qlogic/netxen/Makefile
<<
>>
Prefs
   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