drivers/net/ethernet/freescale/fman/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/freescale/fman/Makefile
Extension
[no extension]
Size
406 bytes
Lines
11
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
subdir-ccflags-y +=  -I$(srctree)/drivers/net/ethernet/freescale/fman

obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman.o
obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman_port.o
obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_mac.o

fsl_dpaa_fman-objs	:= fman_muram.o fman.o fman_sp.o fman_keygen.o
fsl_dpaa_fman_port-objs := fman_port.o
fsl_dpaa_mac-objs:= mac.o fman_dtsec.o fman_memac.o fman_tgec.o

Annotation

Implementation Notes