Commit 9c9aa8fd authored by Masahiro Yamada's avatar Masahiro Yamada

kbuild: remove 'Building modules, stage 2.' log

This log is displayed every time modules are built, but it is not
so important.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 88fe89a4
......@@ -90,7 +90,6 @@ quiet_cmd_modpost = MODPOST $(words $(modules)) modules
cmd_modpost = sed 's/ko$$/o/' $(MODORDER) | $(MODPOST)
__modpost:
@$(kecho) ' Building modules, stage 2.'
$(call cmd,modpost)
ifneq ($(KBUILD_MODPOST_NOFINAL),1)
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modfinal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment