cmake: remove duplicated ZEPHYR_BASE append to BOARD_ROOT
The following two lines are duplicated in boilerplate.cmake ``` zephyr_file(APPLICATION_ROOT BOARD_ROOT) list(APPEND BOARD_ROOT ${ZEPHYR_BASE}) ``` This commit removes one set of the duplicated lines. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
3fe33fe388
commit
fa8912d9f4
1 changed files with 0 additions and 3 deletions
|
@ -199,9 +199,6 @@ add_custom_target(
|
|||
# Dummy add to generate files.
|
||||
zephyr_linker_sources(SECTIONS)
|
||||
|
||||
zephyr_file(APPLICATION_ROOT BOARD_ROOT)
|
||||
list(APPEND BOARD_ROOT ${ZEPHYR_BASE})
|
||||
|
||||
# 'BOARD_ROOT' is a prioritized list of directories where boards may
|
||||
# be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
|
||||
zephyr_file(APPLICATION_ROOT BOARD_ROOT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue