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

Next file: linux-2.4.19/arch/mips/lib/csum_partial.S
Previous file: linux-2.4.19/arch/mips/kernel/unaligned.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/lib/Makefile linux-2.4.19/arch/mips/lib/Makefile
@@ -2,10 +2,7 @@
 # Makefile for MIPS-specific library files..
 #
 
-.S.s:
-	$(CPP) $(CFLAGS) $< -o $*.s
-.S.o:
-	$(CC) $(CFLAGS) -c $< -o $*.o
+USE_STANDARD_AS_RULE := true
 
 L_TARGET = lib.a
 
@@ -14,7 +11,7 @@
 				   watch.o strlen_user.o strncpy_user.o \
 				   strnlen_user.o
 
-ifdef CONFIG_CPU_R3000
+ifeq ($(CONFIG_CPU_R3000)$(CONFIG_CPU_TX39XX),y)
   obj-y	+= r3k_dump_tlb.o 
 else
   obj-y	+= dump_tlb.o 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)