arch/m68k/sun3/prom/Makefile

Source file repositories/reference/linux-study-clean/arch/m68k/sun3/prom/Makefile

File Facts

System
Linux kernel
Corpus path
arch/m68k/sun3/prom/Makefile
Extension
[no extension]
Size
206 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/m68k
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-only
# Makefile for the Sun Boot PROM interface library under
# Linux.
#

obj-y := init.o console.o printf.o  misc.o
#bootstr.o init.o misc.o segment.o console.o printf.o

Annotation

Implementation Notes