diff --git a/cmake/configs/posix_eagle_default.cmake b/cmake/configs/posix_eagle_default.cmake index 228b4e50ae2..17fcc337ff8 100644 --- a/cmake/configs/posix_eagle_default.cmake +++ b/cmake/configs/posix_eagle_default.cmake @@ -1,4 +1,4 @@ -include(posix/px4_impl_posix-arm) +include(posix/px4_impl_posix) set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf) diff --git a/cmake/configs/posix_eagle_hil.cmake b/cmake/configs/posix_eagle_hil.cmake index af3785f5c74..aa87bd6bb6b 100644 --- a/cmake/configs/posix_eagle_hil.cmake +++ b/cmake/configs/posix_eagle_hil.cmake @@ -1,4 +1,4 @@ -include(posix/px4_impl_posix-arm) +include(posix/px4_impl_posix) set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf) diff --git a/cmake/configs/posix_eagle_release.cmake b/cmake/configs/posix_eagle_release.cmake index cc220cb306a..fad14f595f2 100644 --- a/cmake/configs/posix_eagle_release.cmake +++ b/cmake/configs/posix_eagle_release.cmake @@ -1,4 +1,4 @@ -include(posix/px4_impl_posix-arm) +include(posix/px4_impl_posix) set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)