Specify directories for ctags

This commit is contained in:
Kevin Lange 2012-05-31 18:37:17 +09:00
parent 94bac01312
commit 959fff1076

View File

@ -167,7 +167,7 @@ hdd/bin/%: loader/%.o loader/crtbegin.o loader/syscall.o
##############
tags: kernel/*/*.c kernel/*.c userspace/*.c
@${BEG} "ctag" "Generating CTags..."
@ctags -R --c++-kinds=+p --fields=+iaS --extra=+q
@ctags -R --c++-kinds=+p --fields=+iaS --extra=+q kernel userspace util
@${END} "ctag" "Generated CTags."
###############