From: Valentin Rothberg Date: Wed, 25 Feb 2015 14:15:23 +0000 (+0100) Subject: checkkconfigsymbols.py: filter reports for tools/ X-Git-Tag: omap-for-v4.2/o2_dc~63^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208d51154c8d7f2c3808b4401132233c5ab21572;p=pandora-kernel.git checkkconfigsymbols.py: filter reports for tools/ Recent changes to the build system of tools suggest to filter reports for the entire tools directory. Various C preprocessor identifiers are prefixed with CONFIG_ but are NOT defined in Kconfig but in Makefiles in the tools directory. Such identifiers are false positives for most static analysis tools (i.e., scripts/checkkconfigsymbols.py) since the CONFIG_ prefix and the _MODULE suffix is reserved for Kconfig features in CPP and Make syntax. Signed-off-by: Valentin Rothberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed