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

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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