patch-2.4.4 linux/arch/mips64/mm/Makefile

Next file: linux/arch/mips64/tools/Makefile
Previous file: linux/arch/mips64/kernel/semaphore.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/mips64/mm/Makefile linux/arch/mips64/mm/Makefile
@@ -4,7 +4,8 @@
 
 O_TARGET := mm.o
 
-obj-y	 := extable.o init.o fault.o loadmmu.o
+export-objs			+= umap.o
+obj-y				:= extable.o init.o fault.o loadmmu.o
 
 obj-$(CONFIG_CPU_R4300)		+= r4xx0.o
 obj-$(CONFIG_CPU_R4X00)		+= r4xx0.o

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