Skip to content
Snippets Groups Projects
Commit 91133021 authored by Julian Oes's avatar Julian Oes
Browse files

posix/qurt cmake: fix eagle upload

parent d227c612
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ if ("${BOARD}" STREQUAL "eagle")
BOARD ${BOARD}
FILES ${CMAKE_CURRENT_BINARY_DIR}/mainapp
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/mainapp.config
DEPENDS build_mainapp_apps
DEPENDS mainapp
DEST /home/linaro)
else()
......
......@@ -55,7 +55,7 @@ else()
FILES ${CMAKE_CURRENT_BINARY_DIR}/libmainapp.so
${CMAKE_CURRENT_BINARY_DIR}/libpx4muorb_skel.so
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/px4.config
DEPENDS build_mainapp_dsp build_mainapp_dsp
DEPENDS mainapp px4muorb_skel
DEST /usr/share/data/adsp)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment