arch/sparc/math-emu/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/sparc/math-emu/Makefile
Extension
[no extension]
Size
187 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/sparc
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 FPU instruction emulation.
#

# suppress all warnings - as math.c produces a lot!
ccflags-y := -w

obj-y    := math_$(BITS).o

Annotation

Implementation Notes