From: Juan Quintela Date: Mon, 29 Jun 2009 11:49:29 +0000 (+0200) Subject: make tags useful for block drivers and hardaware devices X-Git-Tag: qemu-xen-4.3.0-rc1~8543 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ae95ade0cd5edc55fdfee1f6ba532dfa5b994555;p=qemu-upstream-4.5-testing.git make tags useful for block drivers and hardaware devices Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index 09f8d5d94..2a4b3f335 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.*