drivers/i3c/master/mipi-i3c-hci/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/i3c/master/mipi-i3c-hci/Makefile
Extension
[no extension]
Size
271 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: BSD-3-Clause

obj-$(CONFIG_MIPI_I3C_HCI)		+= mipi-i3c-hci.o
mipi-i3c-hci-y				:= core.o ext_caps.o pio.o dma.o \
					   cmd_v1.o cmd_v2.o \
					   dat_v1.o dct_v1.o \
					   hci_quirks.o
obj-$(CONFIG_MIPI_I3C_HCI_PCI)		+= mipi-i3c-hci-pci.o

Annotation

Implementation Notes