From 0bce67352b580e9025059ecc71e13e0ffd281254 Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 25 Aug 2007 09:45:28 +0200 Subject: [PATCH] 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-format-patch failed