arch/sh/drivers/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/sh/drivers/Makefile
Extension
[no extension]
Size
240 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux SuperH-specific device drivers.
#

obj-y		+= dma/ platform_early.o

obj-$(CONFIG_PCI)		+= pci/
obj-$(CONFIG_PUSH_SWITCH)	+= push-switch.o
obj-$(CONFIG_HEARTBEAT)		+= heartbeat.o

Annotation

Implementation Notes