Re: [PATCH v2 5/5] kbuild: Disallow DTB overlays to built from .dts named source files

2024-09-20 Thread Simon Glass
On Wed, 10 Jul 2024 at 09:18, Rasmus Villemoes wrote: > > [equivalent to linux commit 81d362732bac] > > As a follow up to the series allowing DTB overlays to built from .dtso > files. Now that all overlays have been renamed, remove the ability to > build from overlays from .dts files to prevent an

[PATCH v2 5/5] kbuild: Disallow DTB overlays to built from .dts named source files

2024-07-10 Thread Rasmus Villemoes
[equivalent to linux commit 81d362732bac] As a follow up to the series allowing DTB overlays to built from .dtso files. Now that all overlays have been renamed, remove the ability to build from overlays from .dts files to prevent any files with the old name from accidental being added. Signed-off