patch-2.1.23 linux/arch/sparc/kernel/Makefile

Next file: linux/arch/sparc/kernel/entry.S
Previous file: linux/arch/sparc/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/arch/sparc/kernel/Makefile linux/arch/sparc/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.35 1996/11/13 05:09:15 davem Exp $
+# $Id: Makefile,v 1.37 1997/01/06 06:52:15 davem Exp $
 # Makefile for the linux kernel.
 #
 # Note! Dependencies are done automagically by 'make dep', which also
@@ -27,7 +27,7 @@
 
 endif
 
-all: kernel.o head.o initobj.o finitobj.o
+all: kernel.o head.o
 
 O_TARGET := kernel.o
 IRQ_OBJS := irq.o sun4m_irq.o sun4c_irq.o
@@ -41,7 +41,7 @@
 OX_OBJS  := sparc_ksyms.o
 
 ifdef SMP
-O_OBJS += trampoline.o smp.o rirq.o
+O_OBJS += trampoline.o smp.o
 endif
 
 ifdef CONFIG_SUN_AUXIO
@@ -59,12 +59,5 @@
 	$(CC) -D__ASSEMBLY__ -ansi -c $*.S -o $*.o
 
 endif
-
-initobj.o: initobj.S
-	$(CC) -D__ASSEMBLY__ -ansi -c initobj.S -o initobj.o
-
-finitobj.o: initobj.S
-	$(CC) -D__ASSEMBLY__ -ansi -c finitobj.S -o finitobj.o
-
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov