From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 25 Aug 2007 07:45:28 +0000 (+0200) Subject: kbuild: script to check for undefined Kconfig symbols X-Git-Tag: v2.6.24-rc1~830^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bce67352b580e9025059ecc71e13e0ffd281254;p=pandora-kernel.git kbuild: script to check for undefined Kconfig symbols To avoid having to look manually for used but undefined Kconfig variables, I've written a script which tries do this efficiently, in case all other attention fail. It accounts for _MODULE suffix and for UML_ prefixes to Kconfig variable, but otherwise looks for exact matches (i.e. \ Cc: Roman Zippel Cc: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed