git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919bd66
)
kbuild: remove redundant quiet_modtag for $(obj-m)
author
Ilias Apalodimas
<ilias.apalodimas@linaro.org>
Tue, 20 May 2025 05:21:28 +0000
(08:21 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 30 May 2025 00:42:37 +0000
(18:42 -0600)
Backported from kernel
commit
b39a691617e4
commit ("kbuild: remove redundant quiet_modtag for $(obj-m)")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
scripts/Makefile.build
patch
|
blob
|
history
diff --git
a/scripts/Makefile.build
b/scripts/Makefile.build
index
fa91445
..
2944629
100644
(file)
--- a/
scripts/Makefile.build
+++ b/
scripts/Makefile.build
@@
-125,8
+125,6
@@
$(real-objs-m:.o=.i) : quiet_modtag := [M]
$(real-objs-m:.o=.s) : quiet_modtag := [M]
$(real-objs-m:.o=.lst): quiet_modtag := [M]
-$(obj-m) : quiet_modtag := [M]
-
# Default for not multi-part modules
modname = $(basetarget)