From: Sam Ravnborg Date: Tue, 8 Aug 2006 18:43:39 +0000 (+0200) Subject: kbuild: modpost on vmlinux regardless of CONFIG_MODULES X-Git-Tag: v2.6.19-rc1~1261^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12715d20af9fd9179daca7a1cd2cf3db3c2c494f;p=pandora-kernel.git kbuild: modpost on vmlinux regardless of CONFIG_MODULES Based on patch from: Magnus Damm This has the advantage that all section mismatch checks are run regardless of modules being enabled or not. When running modpost on vmlinux output: MODPOST vmlinux When running modpost on modules output count of modules like this: MODPOST 5 modules Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed