patch-2.4.0-prerelease linux/arch/ppc/mm/Makefile

Next file: linux/arch/ppc/xmon/Makefile
Previous file: linux/arch/ppc/math-emu/Makefile
Back to the patch index
Back to the overall index

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