diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-19 18:01:27 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-26 02:01:26 +0900 |
commit | c0152e9a6b4484b44e77e0cc49c6c3b2e3417782 (patch) | |
tree | 4cee7172a5395528a132df32a04a6abacf4a002e /scripts/Makefile.build | |
parent | fe852ac200311bcbbb0a8c84096e4cd44ea623d9 (diff) | |
download | op-kernel-dev-c0152e9a6b4484b44e77e0cc49c6c3b2e3417782.zip op-kernel-dev-c0152e9a6b4484b44e77e0cc49c6c3b2e3417782.tar.gz |
kbuild: move modname and modname-multi close to modname_flags
Just a cosmetic change to put related code close together.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index f5858f6..93d05e3 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -131,8 +131,6 @@ $(real-objs-m:.o=.lst): quiet_modtag := [M] $(obj-m) : quiet_modtag := [M] -modname = $(if $(modname-multi),$(modname-multi),$(basetarget)) - quiet_cmd_cc_s_c = CC $(quiet_modtag) $@ cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $< |