RE: [PATCH] kbuild: lto: fix module versionings mismatch in incremental build
From: Lecopzer Chen
Date: Mon Jun 14 2021 - 05:49:59 EST
Andy Lavr <andy.lavr@xxxxxxxxx> point out there is a build failed for
M] drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifog84.o
make[6]: /bin/sh: Argument list too long
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make[6]: *** [/scripts/Makefile.build:463:
drivers/gpu/drm/amd/amdgpu/amdgpu.o] Error 127
make[5]: *** [/scripts/Makefile.build:529: drivers/gpu/drm/amd/amdgpu]
Error 2
make[5]: *** Waiting for unfinished jobs....
CC [M] drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.o
I'll fix it in patch v2.
thanks Andy
Lecopzer