mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -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 $@
|
$(MAKE) -C tests $@
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
etags *.[ch] tests/*.[ch]
|
etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch]
|
||||||
|
|
||||||
cscope:
|
cscope:
|
||||||
rm -f ./cscope.*
|
rm -f ./cscope.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue