drivers/net/ethernet/sfc/falcon/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/sfc/falcon/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/sfc/falcon/Makefile
Extension
[no extension]
Size
283 bytes
Lines
8
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
sfc-falcon-y		+= efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \
			   ethtool.o qt202x_phy.o mdio_10g.o tenxpress.o \
			   txc43128_phy.o falcon_boards.o

sfc-falcon-$(CONFIG_SFC_FALCON_MTD)	+= mtd.o
obj-$(CONFIG_SFC_FALCON)		+= sfc-falcon.o

Annotation

Implementation Notes