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

Next file: linux/arch/mips/tools/offset.c
Previous file: linux/arch/mips/math-emu/dp_sub.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/arch/mips/mm/Makefile linux/arch/mips/mm/Makefile
@@ -9,11 +9,10 @@
 
 O_TARGET := mm.o
 
-export-objs			+= umap.o
-obj-y				+= extable.o init.o fault.o loadmmu.o
+export-objs			+= ioremap.o umap.o
+obj-y				+= extable.o init.o ioremap.o fault.o loadmmu.o
 
 obj-$(CONFIG_CPU_R3000)		+= r2300.o
-obj-$(CONFIG_CPU_R3912)		+= r2300.o
 obj-$(CONFIG_CPU_R4300)		+= r4xx0.o
 obj-$(CONFIG_CPU_R4X00)		+= r4xx0.o
 obj-$(CONFIG_CPU_R5000)		+= r4xx0.o

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