qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/7] roms: add 'make clean'


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 1/7] roms: add 'make clean'
Date: Mon, 23 Sep 2013 11:50:53 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 roms/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/roms/Makefile b/roms/Makefile
index 7a228ae..b646060 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
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]