From: Sam Ravnborg Date: Fri, 9 Jun 2006 19:53:55 +0000 (+0200) Subject: kbuild: check license compatibility when building modules X-Git-Tag: v2.6.18-rc1~602^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b817f6feff4a565b08f0e699a5790b4008b8f494;p=pandora-kernel.git kbuild: check license compatibility when building modules Modules that uses GPL symbols can no longer be build with kbuild, the build will fail during the modpost step. When a GPL-incompatible module uses a EXPORT_SYMBOL_GPL_FUTURE symbol then warn during modpost so author are actually notified. The actual license compatibility check is shared with the kernel to make sure it is in sync. Patch originally from: Andreas Gruenbacher and Ram Pai Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed