Re: [PATCH 1/3] Makefile: Allow for board directories to not have a Makefile

2023-10-10 Thread Tom Rini
On Thu, Sep 21, 2023 at 07:32:46PM -0400, Tom Rini wrote: > It is entirely possible at this point to have platforms in U-Boot that > do not have board-specific C code (just Kconfig or environment) and so > make it optional to have to descend in to and then build in the board > directory. > > Sign

[PATCH 1/3] Makefile: Allow for board directories to not have a Makefile

2023-09-21 Thread Tom Rini
It is entirely possible at this point to have platforms in U-Boot that do not have board-specific C code (just Kconfig or environment) and so make it optional to have to descend in to and then build in the board directory. Signed-off-by: Tom Rini --- Makefile | 2 +- scripts/Makefile