]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: allow empty board directories
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 3 Mar 2014 10:03:17 +0000 (19:03 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:31 +0000 (12:15 -0500)
commit33a02da0f68e17f48394fd88f1df694d8b54a2f3
tree5977a0b01de72558dc52691a5ad4bfcf88b80d46
parent603f51cbd2d610fcc52e04fa74b2172712eca644
kbuild: allow empty board directories

U-Boot has compelled all boards to have
board/${BOARD}/ or board/${VENDOR}/${BOARD}/ directory.

Sometimes it does not seem suitable for some boards,
for example Sandbox. (Is it a board?)

And arcangel4 board has nothing to compile
under the board directory.

This commit makes the build system more flexible:
If '<none>' is given to the 6th column (=Board name) of boards.cfg,
Kbuild will not descend into the board directory.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
config.mk
mkconfig