patch-2.4.0-prerelease linux/arch/ppc/math-emu/Makefile
Next file: linux/arch/ppc/mm/Makefile
Previous file: linux/arch/ppc/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/ppc/math-emu/Makefile
- Orig date:
Tue Aug 31 11:36:43 1999
diff -u --recursive --new-file v2.4.0-test12/linux/arch/ppc/math-emu/Makefile linux/arch/ppc/math-emu/Makefile
@@ -2,19 +2,19 @@
#
#
-O_TARGET := math-emu.o
+O_TARGET := math-emu.o
-O_OBJS := math.o fmr.o lfd.o stfd.o
+obj-y := math.o fmr.o lfd.o stfd.o
-ifdef CONFIG_MATH_EMULATION
-O_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 frsqrte.o fsel.o \
- fsqrt.o fsqrts.o fsub.o fsubs.o lfs.o \
- mcrfs.o mffs.o mtfsb0.o mtfsb1.o mtfsf.o mtfsfi.o \
- stfiwx.o stfs.o udivmodti4.o types.o
-endif
+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 types.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 \
+ udivmodti4.o
include $(TOPDIR)/Rules.make
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)