drivers/net/ethernet/freescale/fs_enet/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/freescale/fs_enet/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/freescale/fs_enet/Makefile
Extension
[no extension]
Size
405 bytes
Lines
16
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
#
# Makefile for the Freescale Ethernet controllers
#

obj-$(CONFIG_FS_ENET) += fs_enet.o

fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
fs_enet-$(CONFIG_FS_ENET_HAS_FEC) += mac-fec.o
fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o

obj-$(CONFIG_FS_ENET_MDIO_FEC) += mii-fec.o
obj-$(CONFIG_FS_ENET_MDIO_FCC) += mii-bitbang.o

fs_enet-objs := fs_enet-main.o $(fs_enet-m)

Annotation

Implementation Notes