Commit ae95ade0cd5edc55fdfee1f6ba532dfa5b994555
Committed by
Anthony Liguori
1 parent
b6271b48
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>
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
| @@ -301,7 +301,7 @@ test speed: all | @@ -301,7 +301,7 @@ test speed: all | ||
| 301 | $(MAKE) -C tests $@ | 301 | $(MAKE) -C tests $@ |
| 302 | 302 | ||
| 303 | TAGS: | 303 | TAGS: |
| 304 | - etags *.[ch] tests/*.[ch] | 304 | + etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch] |
| 305 | 305 | ||
| 306 | cscope: | 306 | cscope: |
| 307 | rm -f ./cscope.* | 307 | rm -f ./cscope.* |