patch-2.1.44 linux/arch/mips/lib/Makefile
Next file: linux/arch/mips/lib/checksum.c
Previous file: linux/arch/mips/ld.script.little
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Jun 26 12:33:37 1997
- Orig file:
v2.1.43/linux/arch/mips/lib/Makefile
- Orig date:
Wed Dec 13 02:39:44 1995
diff -u --recursive --new-file v2.1.43/linux/arch/mips/lib/Makefile linux/arch/mips/lib/Makefile
@@ -1,9 +1,6 @@
#
# Makefile for MIPS-specific library files..
#
-# Many of these routines are just left over debugging trash of ancient
-# times when I just make my Tyne beep and so ...
-#
.S.s:
$(CPP) $(CFLAGS) $< -o $*.s
@@ -11,6 +8,13 @@
$(CC) $(CFLAGS) -c $< -o $*.o
L_TARGET = lib.a
-L_OBJS = beep.o checksum.o csum.o dump_tlb.o tinycon.o watch.o
+L_OBJS = checksum.o copy_user.o csum.o dump_tlb.o io.o \
+ memset.o memcpy.o strlen_user.o strncpy_user.o tags.o watch.o
+
+ifdef CONFIG_DECSTATION
+L_OBJS += pmaxcon.o pmaxio.o
+else
+L_OBJS += tinycon.o
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov