From 5de93309c00d17b25a51ac9571d6b55846f6b7e1 Mon Sep 17 00:00:00 2001 From: Asias He Date: Wed, 25 Aug 2010 11:06:34 +0800 Subject: [PATCH] kvm: Add cscope target to Makefile Acked-by: Cyrill Gorcunov Signed-off-by: Asias He Signed-off-by: Pekka Enberg --- tools/kvm/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index 7c4e13ed201b..4f0b26199bcb 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -107,6 +107,7 @@ clean: $(Q) rm -f bios/*.o $(Q) rm -f bios/bios-rom.h $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) + $(Q) rm -f cscope.* .PHONY: clean KVM_DEV ?= /dev/kvm @@ -118,5 +119,10 @@ $(KVM_DEV): devices: $(KVM_DEV) .PHONY: devices +cscope: + $(E) " GEN" $@ + $(Q) cscope -Rqb +.PHONY: cscope + # Deps -include $(DEPS) -- 2.39.5