Skip to content
Snippets Groups Projects
Commit a9939050 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

QuRT travis target: Make accessible via makefile

parent a2ba34d1
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,9 @@ ros_sitl_simple:
qurt_eagle_travis:
$(call cmake-build,$@)
qurt_eagle_release:
$(call cmake-build,$@)
posix_eagle_release:
$(call cmake-build,$@)
......
......@@ -222,7 +222,7 @@ function(px4_os_prebuild_targets)
ONE_VALUE OUT BOARD THREADS
REQUIRED OUT BOARD
ARGN ${ARGN})
add_custom_target(${OUT} DEPENDS git_dspal git_eigen)
add_custom_target(${OUT} DEPENDS git_dspal)
endfunction()
......
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