patch-2.1.101 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

diff -u --recursive --new-file v2.1.100/linux/arch/mips/lib/Makefile linux/arch/mips/lib/Makefile
@@ -1,11 +1,7 @@
 #
 # 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.
+# $Id: Makefile,v 1.7 1998/05/04 09:18:03 ralf Exp $
 #
 
 .S.s:
@@ -14,13 +10,12 @@
 	$(CC) $(CFLAGS) -c $< -o $*.o
 
 L_TARGET = lib.a
-L_OBJS	= beep.o checksum.o copy_user.o csum.o dump_tlb.o memset.o memcpy.o \
-          strlen_user.o strncpy_user.o tags.o watch.o
+L_OBJS	= csum_partial.o csum_partial_copy.o dump_tlb.o ide-std.c ide-no.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
+#
+# Debug console, works without other support from the kernel
+#
 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