Skip to content

Commit

Permalink
Add make dependency on baseband for external APPS (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotherNgineer authored Mar 23, 2024
1 parent 6e2507d commit abb9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ add_custom_command(
OUTPUT ${PROJECT_NAME}.bin
COMMAND ${CMAKE_OBJCOPY} -v -O binary ${PROJECT_NAME}.elf ${PROJECT_NAME}.bin --remove-section=.external_app_*
COMMAND ${EXPORT_EXTERNAL_APP_IMAGES} ${PROJECT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_OBJCOPY} ${EXTAPPLIST}
DEPENDS ${PROJECT_NAME}.elf
DEPENDS ${PROJECT_NAME}.elf ${baseband_BINARY_DIR}/baseband.img
)

add_custom_target(
Expand Down

0 comments on commit abb9b6c

Please sign in to comment.