summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-06-29 13:49:29 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-06-29 14:18:07 -0500
commitae95ade0cd5edc55fdfee1f6ba532dfa5b994555 (patch)
treeb7f8da3cbc7451aca6de6af1f47d1fe7d739767c /Makefile
parentb6271b484c94d31c04fa14f10e798f0f012afc60 (diff)
downloadqemu-ae95ade0cd5edc55fdfee1f6ba532dfa5b994555.tar.gz
make tags useful for block drivers and hardaware devices
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09f8d5d942..2a4b3f335e 100644
--- a/Makefile
+++ b/Makefile
@@ -301,7 +301,7 @@ test speed: all
$(MAKE) -C tests $@
TAGS:
- etags *.[ch] tests/*.[ch]
+ etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
cscope:
rm -f ./cscope.*