Skip to content
Snippets Groups Projects
Commit 60df1aee authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: move modpost out of 'scripts' target


I am eagar to build under the scripts/ directory only with $(HOSTCC),
but scripts/mod/ highly depends on the $(CC) and target arch headers.
That it why the 'scripts' target must depend on 'asm-generic',
'gcc-plugins', and $(autoksyms_h).

Move it to the 'prepare0' stage. I know this is a cheesy workaround,
but better than the current situation.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 65bba042
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment