Re: [PATCH v2 32/53] klp-build: Remove redundant SRC and OBJ variables

From: Song Liu

Date: Fri May 01 2026 - 06:43:03 EST


On Fri, May 1, 2026 at 5:09 AM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> SRC and OBJ are both set to $(pwd) and are always identical. The script
> already enforces that klp-build runs from the kernel root directory, and
> builds are done in-place, making these variables unnecessary.
>
> Suggested-by: Song Liu <song@xxxxxxxxxx>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

Acked-by: Song Liu <song@xxxxxxxxxx>