summaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
authorMasahiro Yamada2018-11-22 00:11:54 +0100
committerMasahiro Yamada2018-12-01 14:21:57 +0100
commite07db28eea38ed4e332b3a89f3995c86b713cb5b (patch)
treedeab3724d619c09276c18b28f43e8f37825d860b /scripts/mod
parentmodpost: skip ELF local symbols during section mismatch check (diff)
downloadkernel-qcow2-linux-e07db28eea38ed4e332b3a89f3995c86b713cb5b.tar.gz
kernel-qcow2-linux-e07db28eea38ed4e332b3a89f3995c86b713cb5b.tar.xz
kernel-qcow2-linux-e07db28eea38ed4e332b3a89f3995c86b713cb5b.zip
kbuild: fix single target build for external module
Building a single target in an external module fails due to missing .tmp_versions directory. For example, $ make -C /lib/modules/$(uname -r)/build M=$PWD foo.o will fail in the following way: CC [M] /home/masahiro/foo/foo.o /bin/sh: 1: cannot create /home/masahiro/foo/.tmp_versions/foo.mod: Directory nonexistent This is because $(cmd_crmodverdir) is executed only before building /, %/, %.ko single targets of external modules. Create .tmp_versions in the 'prepare' target. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions