From: Sam Ravnborg Date: Sun, 14 Oct 2007 20:26:53 +0000 (+0200) Subject: kbuild: check for wrong use of CFLAGS X-Git-Tag: v2.6.24-rc1~830^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c53c8e6eb456cde30f2305421c605713856abc8;p=pandora-kernel.git kbuild: check for wrong use of CFLAGS External modules have in a few cases modifed gcc option by modifying CFLAGS. This has never been documented and was a bad practice. With the check to use KBUILD_CFLAGS it will no longer work so we better error out and tell what was wrong as a service to the external module users. This check can be overruled if KBUILD_NOPEDANTIC is set to something. Addid this possibility may allow older external module to build without any code modifications but potentially only loosing some un-important gcc options. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed