]> git.proxmox.com Git - qemu.git/commitdiff
roms: add 'make clean'
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 20 Sep 2013 13:34:27 +0000 (15:34 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 30 Sep 2013 07:44:35 +0000 (09:44 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
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