drivers/soc/fsl/qe/Makefile

Source file repositories/reference/linux-study-clean/drivers/soc/fsl/qe/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/soc/fsl/qe/Makefile
Extension
[no extension]
Size
456 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/soc
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 linux ppc-specific parts of QE
#
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_common.o qe_ic.o qe_io.o
obj-$(CONFIG_CPM)	+= qe_common.o
obj-$(CONFIG_CPM_TSA)	+= tsa.o
obj-$(CONFIG_CPM_QMC)	+= qmc.o
obj-$(CONFIG_UCC)	+= ucc.o
obj-$(CONFIG_UCC_SLOW)	+= ucc_slow.o
obj-$(CONFIG_UCC_FAST)	+= ucc_fast.o
obj-$(CONFIG_QE_TDM)	+= qe_tdm.o
obj-$(CONFIG_QE_USB)	+= usb.o
obj-$(CONFIG_QE_GPIO)	+= gpio.o qe_ports_ic.o

Annotation

Implementation Notes