doc: cmake: fix cmake config documentation
In new hardware model, the arch subfolder is no more: updating cmake config documentation to reflect this change Signed-off-by: Eve Redero <eve.redero@gmail.com>
This commit is contained in:
parent
7fa6b53ac3
commit
65154e644b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ foreach(root ${BOARD_ROOT})
|
|||
message(WARNING "BOARD_ROOT element without a 'boards' subdirectory:
|
||||
${root}
|
||||
Hints:
|
||||
- if your board directory is '/foo/bar/boards/<ARCH>/my_board' then add '/foo/bar' to BOARD_ROOT, not the entire board directory
|
||||
- if your board directory is '/foo/bar/boards/my_board' then add '/foo/bar' to BOARD_ROOT, not the entire board directory
|
||||
- if in doubt, use absolute paths")
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue