arch/m68k/sun3/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/m68k/sun3/Makefile
Extension
[no extension]
Size
211 bytes
Lines
9
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 Linux arch/m68k/sun3 source directory
#

obj-y	:= sun3ints.o sun3dvma.o idprom.o

obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o prom/

Annotation

Implementation Notes