Commit f6545bec authored by Masahiro Yamada's avatar Masahiro Yamada

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
......@@ -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 $@ $<
......
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