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

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

diff -u --recursive --new-file v2.4.0-test12/linux/arch/sparc/mm/Makefile linux/arch/sparc/mm/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.37 2000/03/31 04:06:22 davem Exp $
+# $Id: Makefile,v 1.38 2000/12/15 00:41:22 davem Exp $
 # Makefile for the linux Sparc-specific parts of the memory manager.
 #
 # Note! Dependencies are done automagically by 'make dep', which also
@@ -11,16 +11,18 @@
 	$(CC) $(AFLAGS) -ansi -c -o $*.o $<
 
 O_TARGET := mm.o
-O_OBJS   := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
+obj-y    := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
+
 ifeq ($(CONFIG_SUN4),y)
-O_OBJS	 += nosrmmu.o
+obj-y	 += nosrmmu.o
 else
-O_OBJS	 += srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
+obj-y	 += srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
 endif
+
 ifdef CONFIG_SMP
-O_OBJS   += nosun4c.o
+obj-y   += nosun4c.o
 else
-O_OBJS   += sun4c.o
+obj-y   += sun4c.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)