Re: [RFC PATCH] Track explicit module dependencies in Makefile.core.def

2024-02-22 Thread Oskari Pirhonen
On Thu, Feb 22, 2024 at 14:32:31 +0100, Oliver Steffen wrote: > Add a new keyword, "depends", to the module definition syntax > used in Makefile.core.def. This allows specifying explicit module > dependencies together with the module definition. > > Do not track the "extra_deps.lst" file in the re

Re: [RFC PATCH] Track explicit module dependencies in Makefile.core.def

2024-02-22 Thread Daniel Kiper
Adding Vladimir... On Thu, Feb 22, 2024 at 02:32:31PM +0100, Oliver Steffen wrote: > Add a new keyword, "depends", to the module definition syntax > used in Makefile.core.def. This allows specifying explicit module > dependencies together with the module definition. > > Do not track the "extra_dep

[RFC PATCH] Track explicit module dependencies in Makefile.core.def

2024-02-22 Thread Oliver Steffen
Add a new keyword, "depends", to the module definition syntax used in Makefile.core.def. This allows specifying explicit module dependencies together with the module definition. Do not track the "extra_deps.lst" file in the repository anymore, it is now auto-generated. Make use of this new keywor