patch-2.1.115 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.114/linux/arch/sparc/kernel/Makefile linux/arch/sparc/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.43 1998/03/09 14:03:34 jj Exp $
+# $Id: Makefile,v 1.45 1998/07/28 16:52:42 jj Exp $
 # Makefile for the linux kernel.
 #
 # Note! Dependencies are done automagically by 'make dep', which also
@@ -25,6 +25,10 @@
 	    unaligned.o muldiv.o
 
 OX_OBJS  := sparc_ksyms.o
+
+ifdef CONFIG_SUN4
+O_OBJS += sun4setup.o
+endif
 
 ifdef SMP
 O_OBJS += trampoline.o smp.o sun4m_smp.o sun4d_smp.o

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