mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
b6271b484c
commit
ae95ade0cd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue