sysbuild: add SoC-specific sysbuild configuration
Sysbuild now supports SoC configuration, in addition to application and board. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
parent
ea44e2715a
commit
d2b3e3a389
4 changed files with 13 additions and 1 deletions
|
@ -32,5 +32,6 @@ endforeach()
|
|||
set(SYSBUILD_CURRENT_MODULE_DIR)
|
||||
set(SYSBUILD_CURRENT_CMAKE_DIR)
|
||||
|
||||
# This allows for board specific images to be included.
|
||||
# This allows for board and SoC specific images to be included.
|
||||
sysbuild_add_subdirectory(boards)
|
||||
sysbuild_add_subdirectory(soc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue