1
0
Fork 0

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

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

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
alistair/sunxi64-5.4-dsi
Masahiro Yamada 2019-07-31 15:13:58 +09:00
parent 4b950bb9ac
commit f6545bec96
1 changed files with 1 additions and 1 deletions

View File

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