From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/arch/powerpc/math-emu/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ANDROID_3.4.5/arch/powerpc/math-emu/Makefile (limited to 'ANDROID_3.4.5/arch/powerpc/math-emu/Makefile') diff --git a/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile b/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile new file mode 100644 index 00000000..7d1dba0d --- /dev/null +++ b/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile @@ -0,0 +1,18 @@ + +obj-$(CONFIG_MATH_EMULATION) += 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 frsqrte.o fsel.o lfs.o \ + fsqrt.o fsqrts.o fsub.o fsubs.o \ + mcrfs.o mffs.o mtfsb0.o mtfsb1.o \ + mtfsf.o mtfsfi.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-y = -I. -Iinclude/math-emu -w -- cgit