patch-2.3.23 linux/arch/arm/nwfpe/Makefile
Next file: linux/arch/arm/nwfpe/double_cpdo.c
Previous file: linux/arch/arm/nwfpe/ChangeLog
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Oct 20 16:29:08 1999
- Orig file:
v2.3.22/linux/arch/arm/nwfpe/Makefile
- Orig date:
Thu Jun 17 01:11:35 1999
diff -u --recursive --new-file v2.3.22/linux/arch/arm/nwfpe/Makefile linux/arch/arm/nwfpe/Makefile
@@ -14,16 +14,15 @@
NWFPE_OBJS += entry.o
endif
-L_TARGET := math-emu.a
-
ifeq ($(CONFIG_NWFPE),y)
-L_OBJS = $(NWFPE_OBJS)
+O_TARGET := math-emu.o
+O_OBJS = $(NWFPE_OBJS)
else
ifeq ($(CONFIG_NWFPE),m)
M_OBJS = nwfpe.o
MI_OBJS = $(NWFPE_OBJS)
endif
-endif
+endif
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)