arch/m68k/math-emu/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/m68k/math-emu/Makefile
Extension
[no extension]
Size
246 bytes
Lines
11
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 linux kernel.
#

#asflags-y := -DFPU_EMU_DEBUG
#ccflags-y := -DFPU_EMU_DEBUG

obj-y		:= fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
			fp_cond.o fp_arith.o fp_log.o fp_trig.o

Annotation

Implementation Notes