QuRT travis target: Make accessible via makefile

This commit is contained in:
Lorenz Meier
2015-10-27 09:30:22 +01:00
parent a2ba34d1ae
commit a99390503a
2 changed files with 4 additions and 1 deletions

View File

@@ -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,$@)

View File

@@ -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()