]> Git Repo - qemu.git/commitdiff
roms: add 'make clean'
authorGerd Hoffmann <[email protected]>
Fri, 20 Sep 2013 13:34:27 +0000 (15:34 +0200)
committerGerd Hoffmann <[email protected]>
Mon, 30 Sep 2013 07:44:35 +0000 (09:44 +0200)
Signed-off-by: Gerd Hoffmann <[email protected]>
roms/Makefile

index 7a228aed8f2016f864a1df092502bd8fc700ee46..b64606067b4a9f512dedb71e6e2ee4e3f2c08c47 100644 (file)
@@ -75,3 +75,10 @@ efi-rom-%: ipxe/src/config/local/general.h
 
 ipxe/src/config/local/%: config.ipxe.%
        cp $< $@
+
+
+clean:
+       rm -rf seabios/.config seabios/out
+       $(MAKE) $(MAKEFLAGS) -C vgabios clean
+       rm -f vgabios/VGABIOS-lgpl-latest*
+       $(MAKE) $(MAKEFLAGS) -C ipxe/src veryclean
This page took 0.025845 seconds and 4 git commands to generate.