drivers/i3c/master/Makefile

Source file repositories/reference/linux-study-clean/drivers/i3c/master/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/i3c/master/Makefile
Extension
[no extension]
Size
386 bytes
Lines
9
Domain
Driver Families
Bucket
drivers/i3c
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_ADI_I3C_MASTER)		+= adi-i3c-master.o
obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
obj-$(CONFIG_AST2600_I3C_MASTER)	+= ast2600-i3c-master.o
obj-$(CONFIG_SVC_I3C_MASTER)		+= svc-i3c-master.o
obj-$(CONFIG_MIPI_I3C_HCI)		+= mipi-i3c-hci/
obj-$(CONFIG_RENESAS_I3C)		+= renesas-i3c.o

Annotation

Implementation Notes