kbuild: modpost on vmlinux regardless of CONFIG_MODULES

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>
This commit is contained in:
Sam Ravnborg
2006-08-08 20:43:39 +02:00
committed by Sam Ravnborg
parent 9e157a5aa8
commit 12715d20af
3 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ always := $(hostprogs-y)
hostprogs-y += unifdef
subdir-$(CONFIG_MODVERSIONS) += genksyms
subdir-$(CONFIG_MODULES) += mod
subdir-y += mod
# Let clean descend into subdirs
subdir- += basic kconfig package