]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/tags.sh: Include tools directory in tags generation
authorVipin Sharma <vipinsh@google.com>
Sat, 18 Jun 2022 00:54:57 +0000 (17:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jul 2022 08:32:30 +0000 (10:32 +0200)
commit047a446a47107e50d90da381531e27a1b4d6611d
tree76fe05f93ad767d756656b6abe010e1b1eadf0c8
parent0268b87bada257904a33684bb880e209691b60f0
scripts/tags.sh: Include tools directory in tags generation

Add tools directory in generating tags and quiet the "No such file or
directory" warnings.

It reverts the changes introduced in commit a19d9998ac6e
("scripts/tags.sh: exclude tools directory from tags generation") while
maintainig the original intent of the patch to get rid of the warnings.
This allows the root level cscope files to include tools source code
besides kernel and a single place to browse the code for both.

Acked-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Vipin Sharma <vipinsh@google.com>
Link: https://lore.kernel.org/r/20220618005457.2379324-1-vipinsh@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh