1 # SPDX-License-Identifier: GPL-2.0-only << 2 # << 3 # Makefile for the FPU instruction emulation. << 4 # << 5 1 6 ccflags-y := -w !! 2 obj-y := math.o fmr.o lfd.o stfd.o 7 3 8 obj-$(CONFIG_MATHEMU) += math-emu.o !! 4 obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ 9 !! 5 fctiw.o fctiwz.o fdiv.o fdivs.o \ 10 math-emu-objs := math.o !! 6 fmadd.o fmadds.o fmsub.o fmsubs.o \ >> 7 fmul.o fmuls.o fnabs.o fneg.o types.o \ >> 8 fnmadd.o fnmadds.o fnmsub.o fnmsubs.o \ >> 9 fres.o frsp.o frsqrte.o fsel.o lfs.o \ >> 10 fsqrt.o fsqrts.o fsub.o fsubs.o \ >> 11 mcrfs.o mffs.o mtfsb0.o mtfsb1.o \ >> 12 mtfsf.o mtfsfi.o stfiwx.o stfs.o \ >> 13 udivmodti4.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.