kbuild: modpost on vmlinux regardless of CONFIG_MODULES
authorSam Ravnborg <sam@mars.ravnborg.org>
Tue, 8 Aug 2006 18:43:39 +0000 (20:43 +0200)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 07:01:49 +0000 (09:01 +0200)
Based on patch from: Magnus Damm <magnus@valinux.co.jp>
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 <sam@ravnborg.org>

No differences found