mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 14:13:31 -06:00
roms: add 'make clean'
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
53d09b761f
commit
6887581728
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue