patch-2.3.30 linux/arch/ppc/mm/Makefile

Next file: linux/arch/ppc/mm/fault.c
Previous file: linux/arch/ppc/mbx_defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/arch/ppc/mm/Makefile linux/arch/ppc/mm/Makefile
@@ -8,6 +8,10 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := mm.o
-O_OBJS	= fault.o init.o extable.o
+O_OBJS	= fault.o init.o mem_pieces.o extable.o
+
+ifeq ($(CONFIG_4xx),y)
+O_OBJS	+= 4xx_tlb.o
+endif
 
 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)