patch-2.1.51 linux/arch/mips/lib/Makefile

Next file: linux/arch/mips/lib/checksum.c
Previous file: linux/arch/mips/kernel/traps.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/arch/mips/lib/Makefile linux/arch/mips/lib/Makefile
@@ -1,6 +1,12 @@
 #
 # 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 ...
+#
+# ...and for when I need to get the DECStation to use the boot prom to
+# do things... Paul M. Antoine.
+#
 
 .S.s:
 	$(CPP) $(CFLAGS) $< -o $*.s
@@ -8,8 +14,8 @@
 	$(CC) $(CFLAGS) -c $< -o $*.o
 
 L_TARGET = lib.a
-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
+L_OBJS	= beep.o 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov