patch-2.4.5 linux/arch/ppc/boot/images/Makefile
Next file: linux/arch/ppc/boot/include/nonstdio.h
Previous file: linux/arch/ppc/boot/head.S
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Thu May 24 15:02:06 2001
-  Orig file: 
v2.4.4/linux/arch/ppc/boot/images/Makefile
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.4/linux/arch/ppc/boot/images/Makefile linux/arch/ppc/boot/images/Makefile
@@ -0,0 +1,12 @@
+#
+# This dir holds all of the images for PPC machines.
+# Tom Rini	January 2001
+
+include $(TOPDIR)/Rules.make
+
+vmlinux.gz: $(TOPDIR)/vmlinux
+	$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
+	gzip -vf9 vmlinux
+
+clean:
+	rm -f sImage vmapus vmlinux.* miboot.image* zImage* zvmlinux.*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)