drivers/sh/intc/Makefile

Source file repositories/reference/linux-study-clean/drivers/sh/intc/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/sh/intc/Makefile
Extension
[no extension]
Size
243 bytes
Lines
7
Domain
Driver Families
Bucket
drivers/sh
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-y 	:= access.o chip.o core.o handle.o irqdomain.o virq.o

obj-$(CONFIG_INTC_BALANCING)		+= balancing.o
obj-$(CONFIG_INTC_USERIMASK)		+= userimask.o
obj-$(CONFIG_INTC_MAPPING_DEBUG)	+= virq-debugfs.o

Annotation

Implementation Notes