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 $@