drivers/net/pcs/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/pcs/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/pcs/Makefile
Extension
[no extension]
Size
336 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
# Makefile for Linux PCS drivers

pcs_xpcs-$(CONFIG_PCS_XPCS)	:= pcs-xpcs.o pcs-xpcs-plat.o \
				   pcs-xpcs-nxp.o pcs-xpcs-wx.o

obj-$(CONFIG_PCS_XPCS)		+= pcs_xpcs.o
obj-$(CONFIG_PCS_LYNX)		+= pcs-lynx.o
obj-$(CONFIG_PCS_MTK_LYNXI)	+= pcs-mtk-lynxi.o
obj-$(CONFIG_PCS_RZN1_MIIC)	+= pcs-rzn1-miic.o

Annotation

Implementation Notes