Skip to content

Commit 91d1416

Browse files
wearyzendkalowsk
authored andcommitted
boards: arm: mps2: Add dependency to empty_cpu0 for an521/cpu1's app
`west build` does not build the `empty_cpu0` application making `west build -b mps2/an521/cpu1 -t run` fail because of the missing empty_cpu0's binary. Signed-off-by: Sudan Landge <[email protected]> (cherry picked from commit 52151d0)
1 parent cbb43be commit 91d1416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/mps2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ if(CONFIG_BOARD_MPS2_AN521_CPU1 AND NOT CONFIG_OPENAMP)
1717
BUILD_BYPRODUCTS "${CPU0_BINARY_DIR}/${KERNEL_BIN_NAME}"
1818
BUILD_ALWAYS True
1919
)
20+
add_dependencies(app empty_cpu0)
2021
endif()

0 commit comments

Comments
 (0)