Commit ae95ade0cd5edc55fdfee1f6ba532dfa5b994555

Authored by Juan Quintela
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 301 $(MAKE) -C tests $@
302 302  
303 303 TAGS:
304   - etags *.[ch] tests/*.[ch]
  304 + etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
305 305  
306 306 cscope:
307 307 rm -f ./cscope.*
... ...