Commit f6545bec authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: add [M] marker for build log of *.mod.o



This builds module objects, so [M] makes sense.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4b950bb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ $(modules:.ko=.mod.c): modules-modpost
# modname is set to make c_flags define KBUILD_MODNAME
modname = $(notdir $(@:.mod.o=))

quiet_cmd_cc_o_c = CC      $@
quiet_cmd_cc_o_c = CC [M]  $@
      cmd_cc_o_c = $(CC) $(c_flags) $(KBUILD_CFLAGS_MODULE) $(CFLAGS_MODULE) \
		   -c -o $@ $<