arch/powerpc/math-emu/Makefile
Source file repositories/reference/linux-study-clean/arch/powerpc/math-emu/Makefile
File Facts
- System
- Linux kernel
- Corpus path
arch/powerpc/math-emu/Makefile- Extension
[no extension]- Size
- 1016 bytes
- Lines
- 26
- Domain
- Architecture Layer
- Bucket
- arch/powerpc
- 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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0
math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
obj-$(CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED) += $(math-emu-common-objs)
obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \
fadds.o fcmpo.o fcmpu.o fctiw.o \
fctiwz.o fdiv.o fdivs.o fmadd.o \
fmadds.o fmsub.o fmsubs.o fmul.o \
fmuls.o fnabs.o fneg.o fnmadd.o \
fnmadds.o fnmsub.o fnmsubs.o fres.o \
frsp.o fsel.o lfs.o frsqrte.o fsub.o \
fsubs.o mcrfs.o mffs.o mtfsb0.o \
mtfsb1.o stfiwx.o stfs.o math.o \
fmr.o lfd.o stfd.o
obj-$(CONFIG_SPE) += math_efp.o
CFLAGS_fabs.o = -fno-builtin-fabs
CFLAGS_math.o = -fno-builtin-fabs
ccflags-remove-y = -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
ifdef KBUILD_EXTRA_WARN
CFLAGS_math.o += -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
CFLAGS_math_efp.o += -Wmissing-prototypes -Wmissing-declarations -Wunused-but-set-variable
endif
Annotation
- Atlas domain: Architecture Layer / arch/powerpc.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.