patch-2.1.9 linux/arch/sparc/boot/Makefile
Next file: linux/arch/sparc/config.in
Previous file: linux/arch/i386/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sat Nov 9 10:11:31 1996
- Orig file:
v2.1.8/linux/arch/sparc/boot/Makefile
- Orig date:
Sat Nov 25 02:57:38 1995
diff -u --recursive --new-file v2.1.8/linux/arch/sparc/boot/Makefile linux/arch/sparc/boot/Makefile
@@ -1,21 +1,12 @@
-# $Id: Makefile,v 1.2 1995/11/25 00:57:37 davem Exp $
+# $Id: Makefile,v 1.3 1996/08/04 08:40:58 ecd Exp $
# Makefile for the Sparc low level /boot module.
#
# Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
-OBJS =bare.o init_me.o ../kernel/promops.o ../lib/lib.a
-BOOTLINKFLAGS = -N -Ttext 0x200000 -e _first_adr_in_text
-
-.S.s:
- $(CC) -D__ASSEMBLY__ -D__KERNEL__ -ansi -E -o $*.o $<
-.S.o:
- $(CC) -D__ASSEMBLY__ -D__KERNEL__ -ansi -c -o $*.o $<
-
all: boot
-boot: $(OBJS)
- $(LD) $(BOOTLINKFLAGS) $(OBJS) -o boot
+boot:
+ @echo "Nothing special to be done for 'boot' on Linux/SPARC."
dep:
- $(CPP) -M *.c > .depend
- $(CPP) -M -D__ASSEMBLY__ -ansi *.S >>.depend
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov