On Fri, Nov 4, 2022 at 4:32 PM Alan C. Assis <acas...@gmail.com> wrote:
> Hi Nathan, > > Do you have some other idea? > > "Just add another symbol" is not a good idea. > > We are going to pass Linux kernel Kconfig is one day or two :-) > > I think we need to simplify our Kconfig, not to make each more complex > every single day. Could make it automatic? If linker script exists in board subdirectory we use it. If not, we use default linker script of that arch. This means the linker scripts have to be named consistently, since the build system will look for the script by name. Cheers Nathan