arch/alpha/math-emu/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/alpha/math-emu/Makefile
Extension
[no extension]
Size
169 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/alpha
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.
#

ccflags-y := -w

obj-$(CONFIG_MATHEMU) += math-emu.o

math-emu-objs := math.o

Annotation

Implementation Notes