diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-10 08:59:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-10 08:59:02 -0700 |
| commit | 2fbd36dfae40cc90ba6a4761e0efff62e4d919fe (patch) | |
| tree | 1346810a2bb0a7eda3a056a54b1f30002a83da88 /scripts/Makefile.modinst | |
| parent | 2b9b31cedb7064b16510251cf20ed44b05b71456 (diff) | |
| parent | f5a4618587fb5c5eb5fec3dcce165ca8fd7d7f91 (diff) | |
| download | cachepc-linux-2fbd36dfae40cc90ba6a4761e0efff62e4d919fe.tar.gz cachepc-linux-2fbd36dfae40cc90ba6a4761e0efff62e4d919fe.zip | |
Merge tag 'kbuild-fixes-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada:
- Adjust gen_compile_commands.py to the format change of *.mod files
- Remove unused macro in scripts/Makefile.modinst
* tag 'kbuild-fixes-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: remove unused cmd_none in scripts/Makefile.modinst
gen_compile_commands: handle multiple lines per .mod file
Diffstat (limited to 'scripts/Makefile.modinst')
| -rw-r--r-- | scripts/Makefile.modinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index c2c43a0ecfe0..16a02e9237d3 100644 --- a/scripts/Makefile.modinst +++ b/scripts/Makefile.modinst @@ -28,9 +28,6 @@ modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules)) __modinst: $(modules) @: -quiet_cmd_none = - cmd_none = : - # # Installation # |
