apps/platform masks the assumption that the board directory in in-tree

This commit is contained in:
Gregory Nutt 2015-05-22 11:39:19 -06:00
parent 332ecdd71e
commit aa40fb55fb
1 changed files with 5 additions and 3 deletions

View File

@ -1079,9 +1079,11 @@ config ARCH_BOARD_CUSTOM_DIR
---help---
If the custom board configuration is selected, then it is necessary
to also tell the build system where it can find the board directory
for the custom board. This may be either a relative path from the
toplevel NuttX directory (like "configs/myboard") or an absolute path
to some location outside of the NuttX source tree (like
for the custom board.
In this case, the board directory is assume to lie outside the the
NuttX directory. The provided path must then be a full, absolute
path to some location outside of the NuttX source tree (like
"~/projects/myboard").
config BOARD_CRASHDUMP