[openfirmware] r967 - cpu/x86/pc/biosload/build

svn at openfirmware.info svn at openfirmware.info
Wed Oct 1 02:15:13 CEST 2008


Author: wmb
Date: 2008-10-01 02:15:13 +0200 (Wed, 01 Oct 2008)
New Revision: 967

Modified:
   cpu/x86/pc/biosload/build/Makefile
Log:
Added target for floppyofw.img

Modified: cpu/x86/pc/biosload/build/Makefile
===================================================================
--- cpu/x86/pc/biosload/build/Makefile	2008-10-01 00:07:20 UTC (rev 966)
+++ cpu/x86/pc/biosload/build/Makefile	2008-10-01 00:15:13 UTC (rev 967)
@@ -2,6 +2,9 @@
 
 all: ofw.c32
 
+floppyofw.img: FORCE build ../../../build/inflate.bin
+	./build $@
+
 ofw.c32: FORCE build ../../../build/inflate.bin
 	./build $@
 




More information about the openfirmware mailing list