patch-1.3.45 linux/arch/ppc/boot/Makefile
Next file: linux/arch/ppc/config.in
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Sat May 6 03:59:58 1995
- Orig file:
v1.3.44/linux/arch/ppc/boot/Makefile
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.44/linux/arch/ppc/boot/Makefile linux/arch/ppc/boot/Makefile
@@ -0,0 +1,34 @@
+#
+# arch/ppc/boot/Makefile
+#
+# This file is subject to the terms and conditions of the GNU General Public
+# License. See the file "COPYING" in the main directory of this archive
+# for more details.
+#
+# Copyright (C) 1994 by Linus Torvalds
+# Adapted for PowerPC by Gary Thomas
+#
+
+.c.s:
+ $(CC) $(CFLAGS) -S -o $*.s $<
+.s.o:
+ $(AS) -o $*.o $<
+.c.o:
+ $(CC) $(CFLAGS) -c -o $*.o $<
+.S.s:
+ $(CC) -D__ASSEMBLY__ -traditional -E -o $*.o $<
+.S.o:
+ $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
+
+OBJECTS = head.o main.o
+
+all: linux.boot
+
+linux.boot: $(TOPDIR)/vmlinux
+ mkboot $(TOPDIR)/vmlinux $@ 0
+
+clean:
+ rm -f linux.boot
+
+dep:
+
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