patch-2.4.22 linux-2.4.22/arch/mips/dec/prom/Makefile
Next file: linux-2.4.22/arch/mips/dec/prom/call_o32.S
Previous file: linux-2.4.22/arch/mips/dec/kn02-irq.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2003-08-25 04:44:39.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/mips/dec/prom/Makefile
-  Orig date: 
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/dec/prom/Makefile linux-2.4.22/arch/mips/dec/prom/Makefile
@@ -12,6 +12,9 @@
 
 L_TARGET  = rexlib.a
 
-obj-y +=  init.o memory.o cmdline.o identify.o locore.o
+obj-y			+= init.o memory.o cmdline.o identify.o
+
+obj-$(CONFIG_MIPS32)	+= locore.o
+obj-$(CONFIG_MIPS64)	+= call_o32.o
 
 include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)