From: Alexey Dobriyan Date: Wed, 11 Feb 2009 21:24:09 +0000 (-0800) Subject: kbuild: fix tags generation of config symbols X-Git-Tag: v2.6.29-rc6~81^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=953fae66d124486c9e284806429c52c5402f59ac;p=pandora-kernel.git kbuild: fix tags generation of config symbols commit 4f628248a578585472e19e4cba2c604643af8c6c aka "kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope" breaks tags generation for Kconfig symbols. Steps to reproduce: make tags vi -t PROC_FS It should jump to 'config PROC_FS' line. Signed-off-by: Alexey Dobriyan Tested-by: Pete Wyckoff Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed