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

2024-03-03 Thread Oskari Pirhonen
On Wed, Feb 28, 2024 at 13:36:00 +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

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

2024-02-28 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