diff options
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2025-05-20 08:21:28 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-29 18:42:37 -0600 |
commit | 47b6ab973728bd99247c1bc31d9608304417dd9b (patch) | |
tree | baec79db3b9caef414f9ec895361947c6e16375e | |
parent | 919bd66ca8c966a30448d8befc7b59d58ba8d22d (diff) |
kbuild: remove redundant quiet_modtag for $(obj-m)
Backported from kernel
commit b39a691617e4 commit ("kbuild: remove redundant quiet_modtag for $(obj-m)")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rw-r--r-- | scripts/Makefile.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index fa91445f132..29446298041 100644 --- 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) |