Re: [PATCH] kbuild: drop ineffectual variable assignments in Makefile.dtbs

2025-08-05 Thread Sascha Hauer
On Wed, 16 Jul 2025 08:27:38 +0200, Ahmad Fatoum wrote: > We don't define, multi-search or real-search, so variables using them > are always empty. So drop them to avoid confusion. > We can bring them back and fix them, when we start applying overlays > at build time. > > Applied, thanks! [1/

[PATCH] kbuild: drop ineffectual variable assignments in Makefile.dtbs

2025-07-15 Thread Ahmad Fatoum
We don't define, multi-search or real-search, so variables using them are always empty. So drop them to avoid confusion. We can bring them back and fix them, when we start applying overlays at build time. Signed-off-by: Ahmad Fatoum --- scripts/Makefile.dtbs | 10 -- 1 file changed, 10 d