mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
RPi2: use cross/native instead of release/default
This commit is contained in:
@@ -212,10 +212,10 @@ posix_excelsior_default:
|
||||
|
||||
excelsior_default: posix_excelsior_default qurt_excelsior_default
|
||||
|
||||
posix_rpi2_default:
|
||||
posix_rpi2_native:
|
||||
$(call cmake-build,$@)
|
||||
|
||||
posix_rpi2_release:
|
||||
posix_rpi2_cross:
|
||||
$(call cmake-build,$@)
|
||||
|
||||
posix_bebop_default:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# This file is shared between posix_rpi2_default.cmake
|
||||
# and posix_rpi2_release.cmake.
|
||||
# This file is shared between posix_rpi2_native.cmake
|
||||
# and posix_rpi2_cross.cmake.
|
||||
|
||||
include(posix/px4_impl_posix)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user