Home
last modified time | relevance | path

Searched hist:"33 a02da0f68e17f48394fd88f1df694d8b54a2f3" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/
H A Dconfig.mk33a02da0f68e17f48394fd88f1df694d8b54a2f3 Mon Mar 03 04:03:17 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
H A DMakefile33a02da0f68e17f48394fd88f1df694d8b54a2f3 Mon Mar 03 04:03:17 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>