drivers/net/wireless/ath/ath12k/wifi7/Makefile

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ath/ath12k/wifi7/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ath/ath12k/wifi7/Makefile
Extension
[no extension]
Size
403 bytes
Lines
21
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: BSD-3-Clause-Clear
obj-$(CONFIG_ATH12K) += ath12k_wifi7.o
ath12k_wifi7-y += core.o \
	          pci.o \
	          wmi.o \
	          mhi.o \
	          ce.o \
	          hw.o \
		  hal_tx.o \
		  hal_rx.o \
		  dp_rx.o \
		  dp_tx.o \
		  dp.o \
		  dp_mon.o \
		  hal.o \
		  hal_qcn9274.o \
		  hal_wcn7850.o \
		  hal_qcc2072.o

ath12k_wifi7-$(CONFIG_ATH12K_AHB) += ahb.o

Annotation

Implementation Notes