]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Allow for board directories to not have a Makefile
authorTom Rini <trini@konsulko.com>
Thu, 21 Sep 2023 23:32:46 +0000 (19:32 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commit521ca0fa7832ee67ad2a1de37bf05fe8acd00b06
treea0b1c08e4398e7dfc69a1ab6d7b5b6dcd4cdcf35
parent3d0fa4a4385e78a26096d9d806cfca6d8a7b7404
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>
Makefile
scripts/Makefile.spl