Skip to content

Commit 9c9aa8f

Browse files
committed
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: Masahiro Yamada <[email protected]>
1 parent 88fe89a commit 9c9aa8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/Makefile.modpost

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ quiet_cmd_modpost = MODPOST $(words $(modules)) modules
9090
cmd_modpost = sed 's/ko$$/o/' $(MODORDER) | $(MODPOST)
9191

9292
__modpost:
93-
@$(kecho) ' Building modules, stage 2.'
9493
$(call cmd,modpost)
9594
ifneq ($(KBUILD_MODPOST_NOFINAL),1)
9695
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modfinal

0 commit comments

Comments
 (0)