drivers/net/ethernet/qlogic/netxen/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/qlogic/netxen/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/qlogic/netxen/Makefile
Extension
[no extension]
Size
306 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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

Annotation

Implementation Notes