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

Snapdragon: keep copying mainapp.config for now

mainapp.config can't be renamed to px4.config just yet because it would
clash with the name used for the DSP side.
parent b6a9ff75
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if ("${BOARD}" STREQUAL "eagle" OR ("${BOARD}" STREQUAL "excelsior"))
OS ${OS}
BOARD ${BOARD}
FILES ${CMAKE_CURRENT_BINARY_DIR}/px4
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/px4.config
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/mainapp.config
DEPENDS px4
DEST /home/linaro)
......@@ -94,7 +94,7 @@ elseif ("${BOARD}" STREQUAL "bebop")
${CMAKE_SOURCE_DIR}/posix-configs/bebop/px4.config
DEPENDS px4
DEST /usr/bin)
else()
add_executable(px4
......
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