Commit 52151d0b authored by Sudan Landge's avatar Sudan Landge Committed by Anas Nashif
Browse files

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: default avatarSudan Landge <sudan.landge@arm.com>
parent f80bef31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,4 +17,5 @@ if(CONFIG_BOARD_MPS2_AN521_CPU1 AND NOT CONFIG_OPENAMP)
    BUILD_BYPRODUCTS "${CPU0_BINARY_DIR}/${KERNEL_BIN_NAME}"
    BUILD_ALWAYS True
  )
  add_dependencies(app empty_cpu0)
endif()