patch-2.2.12 linux/arch/alpha/math-emu/Makefile
Next file: linux/arch/alpha/math-emu/cmptxx.c
Previous file: linux/arch/alpha/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Aug 25 17:29:45 1999
- Orig file:
v2.2.11/linux/arch/alpha/math-emu/Makefile
- Orig date:
Mon Aug 9 16:05:54 1999
diff -u --recursive --new-file v2.2.11/linux/arch/alpha/math-emu/Makefile linux/arch/alpha/math-emu/Makefile
@@ -2,19 +2,11 @@
# Makefile for math-emulator files...
#
-O_TARGET := math-emu.o
-O_OBJS := fp-emul.o faddd.o fadds.o fdivd.o fdivs.o fdtoi.o \
- fdtos.o fdtox.o fmuld.o fmuls.o fsmuld.o fsqrtd.o \
- fsqrts.o fstod.o fstoi.o fstox.o fsubd.o fsubs.o \
- cmptxx.o fxtos.o fxtod.o udivmodti4.o div128.o
-
-LINKS := double.h faddd.c fadds.c fdivd.c fdivs.c fdtoi.c \
- fdtos.c fdtox.c fmuld.c fmuls.c fsmuld.c fsqrtd.c \
- fsqrts.c fstod.c fstoi.c fstox.c fsubd.c fsubs.c \
- op-common.h op-1.h op-2.h op-4.h single.h soft-fp.h \
- udivmodti4.c
-
+O_TARGET := math-emu.o
+O_OBJS := fp-emul.o udivmodti4.o
+LINKS := double.h op-common.h op-1.h op-2.h op-4.h single.h \
+ soft-fp.h udivmodti4.c
ifeq ($(CONFIG_MATHEMU),m)
M_OBJS := $(O_TARGET)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)