commit | 57afcef5c486b75b2372afc9a3bd4f9964aa8f5d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Sep 21 19:32:46 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | a0b1c08e4398e7dfc69a1ab6d7b5b6dcd4cdcf35 | |
parent | d2d094d584f88d5e8dfa494d40ac9a459d45d500 [diff] |
Makefile: Allow for board directories to not have a Makefile 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 <trini@konsulko.com>