drivers/net/wwan/t7xx/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wwan/t7xx/Makefile
Extension
[no extension]
Size
465 bytes
Lines
22
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

obj-${CONFIG_MTK_T7XX} := mtk_t7xx.o
mtk_t7xx-y:=	t7xx_pci.o \
		t7xx_pcie_mac.o \
		t7xx_mhccif.o \
		t7xx_state_monitor.o  \
		t7xx_modem_ops.o \
		t7xx_cldma.o \
		t7xx_hif_cldma.o  \
		t7xx_port_proxy.o  \
		t7xx_port_ctrl_msg.o \
		t7xx_port_wwan.o \
		t7xx_hif_dpmaif.o  \
		t7xx_hif_dpmaif_tx.o \
		t7xx_hif_dpmaif_rx.o  \
		t7xx_dpmaif.o \
		t7xx_netdev.o

mtk_t7xx-$(CONFIG_WWAN_DEBUGFS) += \
		t7xx_port_trace.o \

Annotation

Implementation Notes