patch-1.3.44 linux/arch/sparc/kernel/Makefile
Next file: linux/arch/sparc/kernel/V9head.S
Previous file: linux/arch/sparc/defconfig
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Sat Nov 25 02:57:50 1995
- Orig file:
v1.3.43/linux/arch/sparc/kernel/Makefile
- Orig date:
Tue Aug 15 20:39:00 1995
diff -u --recursive --new-file v1.3.43/linux/arch/sparc/kernel/Makefile linux/arch/sparc/kernel/Makefile
@@ -1,4 +1,4 @@
-#
+# $Id: Makefile,v 1.18 1995/11/25 00:57:48 davem Exp $
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
@@ -12,15 +12,15 @@
.S.o:
$(CC) -D__ASSEMBLY__ -ansi -c $< -o $*.o
-OBJS = entry.o traps.o irq.o process.o signal.o ioport.o setup.o \
- idprom.o probe.o mp.o c_mp.o
+OBJS = entry.o wof.o wuf.o etrap.o rtrap.o switch.o traps.o irq.o \
+ process.o signal.o ioport.o setup.o idprom.o probe.o mp.o \
+ c_mp.o sys_sparc.o sunos_asm.o sparc-stub.o systbls.o \
+ sys_sunos.o sunos_ioctl.o time.o
all: kernel.o head.o
-head.o: head.s
-
-head.s: head.S
- $(CPP) -D__KERNEL__ -D__ASSEMBLY__ -ansi -o $*.s $<
+head.o: head.S
+ $(CC) -D__ASSEMBLY__ -ansi -c $*.S -o $*.o
kernel.o: $(OBJS)
$(LD) -r -o kernel.o $(OBJS)
@@ -28,6 +28,5 @@
dep:
$(CPP) -M *.c > .depend
- $(CPP) -M -D__ASSEMBLY__ -ansi *.S >>.depend
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this