Re: [PATCH] kbuild: Fix unnecessary rebuilding DT base+overlay targets
From: David Heidelberg
Date: Wed Jan 14 2026 - 14:16:57 EST
On 14/01/2026 19:46, Rob Herring (Arm) wrote:
Commit 5d0cac427d42 ("kbuild: Support directory targets for building
DTBs") causes base+overlay targets to be rebuilt every time. The problem
is due to the added check on $(MAKECMDGOALS) which now testing again
doesn't even seem to be needed. Revert that portion of the commit.
Fixes: 5d0cac427d42 ("kbuild: Support directory targets for building DTBs")
Reported-by: David Heidelberg <david@xxxxxxx>
Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
scripts/Makefile.dtbs | 3 ---
1 file changed, 3 deletions(-)
Whoa, that was quick! Thanks.
Tested-by: David Heidelberg <david@xxxxxxx>