scripts/tags.sh: include arch/Kconfig* for tags generation
authorHou Tao <[email protected]>
Wed, 22 Feb 2017 23:40:29 +0000 (15:40 -0800)
committerLinus Torvalds <[email protected]>
Thu, 23 Feb 2017 00:41:26 +0000 (16:41 -0800)
commit7659c655bededecd88f6f25102ba3ab926af92cc
tree7d1fa271972e9dba87760ae3d4177feae9930b9a
parent8087a5609dbf73553a226f1ce0b3a14954adab34
scripts/tags.sh: include arch/Kconfig* for tags generation

Kconfig files under arch/ directory are ignored by all_kconfigs(),
so include them for tags generation.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Hou Tao <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Mathieu Maret <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/tags.sh