aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/setlocalversion
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-02-06 12:56:59 +0000
committerMichal Marek <mmarek@suse.cz>2013-02-22 11:52:31 +0100
commit8937e897181a411f73faf4da83c452c7b0732929 (patch)
tree0d95332bedd56cb3072632474a5a579177dce4b1 /scripts/setlocalversion
parentkbuild: Fix destination-y for installed headers (diff)
downloadlinux-dev-8937e897181a411f73faf4da83c452c7b0732929.tar.xz
linux-dev-8937e897181a411f73faf4da83c452c7b0732929.zip
depmod: pass -P $CONFIG_SYMBOL_PREFIX
On architectures which have symbol prefixes, depmod emits lots of warnings like this: WARNING: $module.ko needs unknown symbol $symbol This is because depmod isn't being passed the -P <symbol_prefix> arguments to specify the symbol prefix to ignore. This option is included since the 3.13 release of module-init-tools. Update scripts/depmod.sh to take extra arguments for the symbol prefix (required but may be empty), and update the main Makefile to always pass "$(CONFIG_SYMBOL_PREFIX)" to scripts/depmod.sh. If the provided symbol prefix is non-empty, scripts/depmod.sh checks if depmod --version reports module-init-tools with a version number < 3.13 otherwise it appends -P $SYMBOL_PREFIX to the depmod command line. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Michal Marek <mmarek@suse.cz> Cc: linux-kbuild@vger.kernel.org Cc: Mike Frysinger <vapier@gentoo.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-dist-devel@blackfin.uclinux.org Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/setlocalversion')
0 files changed, 0 insertions, 0 deletions