drivers/net/ethernet/broadcom/bnx2x/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/broadcom/bnx2x/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/broadcom/bnx2x/Makefile
Extension
[no extension]
Size
306 bytes
Lines
10
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-only
#
# Makefile for Broadcom 10-Gigabit ethernet driver
#

obj-$(CONFIG_BNX2X) += bnx2x.o

bnx2x-y := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o bnx2x_stats.o bnx2x_dcb.o bnx2x_sp.o bnx2x_self_test.o
bnx2x-$(CONFIG_BNX2X_SRIOV) += bnx2x_vfpf.o bnx2x_sriov.o

Annotation

Implementation Notes