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

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

diff -u --recursive --new-file v2.4.5/linux/arch/ppc/mm/Makefile linux/arch/ppc/mm/Makefile
@@ -1,4 +1,4 @@
-# BK Id: SCCS/s.Makefile 1.3 05/17/01 18:14:23 cort
+# BK Id: SCCS/s.Makefile 1.6 06/28/01 15:50:17 paulus
 #
 #
 # Makefile for the linux ppc-specific parts of the memory manager.
@@ -9,8 +9,20 @@
 #
 # Note 2! The CFLAGS definition is now in the main makefile...
 
+USE_STANDARD_AS_RULE	:= true
+
+ifdef CONFIG_PPC64BRIDGE
+EXTRA_AFLAGS		:= -Wa,-mppc64bridge
+endif
+
 O_TARGET		:= mm.o
 obj-y			:= fault.o init.o mem_pieces.o extable.o
+
+ifneq ($(CONFIG_8xx),y)
+ifneq ($(CONFIG_4xx),y)
+obj-y			+= hashtable.o
+endif
+endif
 
 obj-$(CONFIG_4xx)	+= 4xx_tlb.o
 

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