arch/m68k/mac/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/m68k/mac/Makefile
Extension
[no extension]
Size
182 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 Linux arch/m68k/mac source directory
#

obj-y		:= config.o macints.o iop.o via.o oss.o psc.o \
			baboon.o macboing.o misc.o

Annotation

Implementation Notes