diff options
| author | Ilias Apalodimas <[email protected]> | 2025-05-20 08:21:28 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-29 18:42:37 -0600 |
| commit | 47b6ab973728bd99247c1bc31d9608304417dd9b (patch) | |
| tree | baec79db3b9caef414f9ec895361947c6e16375e /scripts/Makefile.build | |
| 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 <[email protected]>
Diffstat (limited to 'scripts/Makefile.build')
| -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) |
