]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Remove lkvm alias vm in 'make clean'
authorAsias He <asias.hejun@gmail.com>
Wed, 21 Dec 2011 08:07:21 +0000 (16:07 +0800)
committerPekka Enberg <penberg@kernel.org>
Wed, 21 Dec 2011 20:29:01 +0000 (22:29 +0200)
lkvm alias vm is not removed in 'make clean'.
This patch fixes this.

Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile

index ce3df6574dd9f877eaf59b56cd71aa2852d7cb36..d54fa47dc4a2bae465c55636f5e841c937c37001 100644 (file)
@@ -325,7 +325,7 @@ clean:
        $(Q) rm -f x86/bios/bios-rom.h
        $(Q) rm -f tests/boot/boot_test.iso
        $(Q) rm -rf tests/boot/rootfs/
-       $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(GUEST_INIT) $(GUEST_INIT_S2)
+       $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(PROGRAM_ALIAS) $(GUEST_INIT) $(GUEST_INIT_S2)
        $(Q) rm -f cscope.*
        $(Q) rm -f $(KVM_INCLUDE)/common-cmds.h
        $(Q) rm -f KVMTOOLS-VERSION-FILE