OSDN Git Service

kbuild: remove 'Building modules, stage 2.' log
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Jan 2020 07:30:17 +0000 (16:30 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 16:18:35 +0000 (01:18 +0900)
This log is displayed every time modules are built, but it is not
so important.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.modpost

index 69897d5..b4d3f2d 100644 (file)
@@ -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