Skip to content

Commit

Permalink
Revert "Add make dependency on baseband for external APPS (#2031)"
Browse files Browse the repository at this point in the history
This reverts commit abb9b6c.
  • Loading branch information
NotherNgineer committed Mar 24, 2024
1 parent 4c012a9 commit fab14bb
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 ${baseband_BINARY_DIR}/baseband.img
DEPENDS ${PROJECT_NAME}.elf
)

add_custom_target(
Expand Down

0 comments on commit fab14bb

Please sign in to comment.