Browse Source

cmake: fixes for posix configs

The posix eagle targets were fixed to include the px4_impl_posix.cmake file

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 10 years ago
parent
commit
3de04cf6f4
  1. 2
      cmake/configs/posix_eagle_default.cmake
  2. 2
      cmake/configs/posix_eagle_hil.cmake
  3. 2
      cmake/configs/posix_eagle_release.cmake

2
cmake/configs/posix_eagle_default.cmake

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
include(posix/px4_impl_posix-arm)
include(posix/px4_impl_posix)
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)

2
cmake/configs/posix_eagle_hil.cmake

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
include(posix/px4_impl_posix-arm)
include(posix/px4_impl_posix)
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)

2
cmake/configs/posix_eagle_release.cmake

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
include(posix/px4_impl_posix-arm)
include(posix/px4_impl_posix)
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)

Loading…
Cancel
Save