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 dea421b094
commit 72c5255eda

View File

@ -1079,9 +1079,11 @@ config ARCH_BOARD_CUSTOM_DIR
---help--- ---help---
If the custom board configuration is selected, then it is necessary If the custom board configuration is selected, then it is necessary
to also tell the build system where it can find the board directory 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 for the custom board.
toplevel NuttX directory (like "configs/myboard") or an absolute path
to some location outside of the NuttX source tree (like 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"). "~/projects/myboard").
config BOARD_CRASHDUMP config BOARD_CRASHDUMP