From: Gerd Hoffmann Date: Fri, 20 Sep 2013 13:34:27 +0000 (+0200) Subject: roms: add 'make clean' X-Git-Tag: v1.7.0-rc0~82^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6887581728c9eddf858e7458b6eacbfe3ac68302;p=thirdparty%2Fqemu.git roms: add 'make clean' Signed-off-by: Gerd Hoffmann --- diff --git a/roms/Makefile b/roms/Makefile index 7a228aed8f2..b64606067b4 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -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