arch/sh/boards/mach-rsk/Makefile

Source file repositories/reference/linux-study-clean/arch/sh/boards/mach-rsk/Makefile

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-rsk/Makefile
Extension
[no extension]
Size
193 bytes
Lines
6
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
obj-y				:= setup.o
obj-$(CONFIG_SH_RSK7203)	+= devices-rsk7203.o
obj-$(CONFIG_SH_RSK7264)	+= devices-rsk7264.o
obj-$(CONFIG_SH_RSK7269)	+= devices-rsk7269.o

Annotation

Implementation Notes