commit | b18b047002b7d3b19d9fb905c1bd2a214016c153 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon May 20 21:42:10 2024 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed May 29 16:40:03 2024 +0900 |
tree | 94e2250d7553c8beae7413a07cb4a40a16d4a6d9 | |
parent | 04b8cb0945b4bf679c71dc2351e0d3c25481e3c6 [diff] |
kbuild: change scripts/mksysmap into sed script The previous commit removed the subshell execution from scripts/mksysmap, which is now simple enough to become a sed script. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>