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

Next file: linux/arch/mips/lib/kbd-std.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.4.5/linux/arch/mips/lib/Makefile linux/arch/mips/lib/Makefile
@@ -17,11 +17,7 @@
 ifdef CONFIG_CPU_R3000
   obj-y	+= r3k_dump_tlb.o 
 else
-  ifdef CONFIG_CPU_R3912
-    obj-y	+= r3k_dump_tlb.o 
-  else
-    obj-y	+= dump_tlb.o 
-  endif
+  obj-y	+= dump_tlb.o 
 endif
 
 obj-$(CONFIG_BLK_DEV_FD)	+= floppy-no.o floppy-std.o

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