repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
306 B
Makefile
12 lines
306 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2003 - 2009 NetXen, Inc.
|
|
# Copyright (C) 2009 - QLogic Corporation.
|
|
# 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 \
|
|
netxen_nic_ethtool.o netxen_nic_ctx.o
|