diff options
| author | Michal Kubecek <[email protected]> | 2023-09-11 08:01:29 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2023-09-14 17:39:24 +0000 |
| commit | 552c5013f2bc648611395ea80df6250aa4fe28f6 (patch) | |
| tree | 79d85bafe8e13ef2342bb1f274c0cdf86e02a578 /drivers/cdx/controller/cdx_controller.c | |
| parent | kbuild: fix kernel-devel RPM package and linux-headers Deb package (diff) | |
| download | kernel-552c5013f2bc648611395ea80df6250aa4fe28f6.tar.gz kernel-552c5013f2bc648611395ea80df6250aa4fe28f6.zip | |
kbuild: avoid long argument lists in make modules_install
Running "make modules_install" may fail with
make[2]: execvp: /bin/sh: Argument list too long
if many modules are built and INSTALL_MOD_PATH is long. This is because
scripts/Makefile.modinst creates all directories with one mkdir command.
Use $(foreach ...) instead to prevent an excessive argument list.
Fixes: 2dfec887c0fd ("kbuild: reduce the number of mkdir calls during modules_install")
Signed-off-by: Michal Kubecek <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions
