mirror of https://github.com/xemu-project/xemu.git
roms: add 'make clean'
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
53d09b761f
commit
6887581728
|
@ -75,3 +75,10 @@ efi-rom-%: ipxe/src/config/local/general.h
|
||||||
|
|
||||||
ipxe/src/config/local/%: config.ipxe.%
|
ipxe/src/config/local/%: config.ipxe.%
|
||||||
cp $< $@
|
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
|
||||||
|
|
Loading…
Reference in New Issue