mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Adding new CMake config files which will be used to generate a build which uses the legacy sensor drivers. This is only temporary until integration with the corresponding PX4 DriverFramework drivers is complete.
This commit is contained in:
@@ -188,13 +188,13 @@ posix_eagle_legacy_driver_release:
|
|||||||
qurt_eagle_default:
|
qurt_eagle_default:
|
||||||
$(call cmake-build,$@)
|
$(call cmake-build,$@)
|
||||||
|
|
||||||
|
posix_eagle_default:
|
||||||
|
$(call cmake-build,$@)
|
||||||
|
|
||||||
eagle_default: posix_eagle_default qurt_eagle_default
|
eagle_default: posix_eagle_default qurt_eagle_default
|
||||||
|
|
||||||
qurt_eagle_legacy_driver_default:
|
qurt_eagle_legacy_driver_default:
|
||||||
$(call cmake-build,$@)
|
$(call cmake-build,$@)
|
||||||
|
|
||||||
posix_eagle_default:
|
|
||||||
$(call cmake-build,$@)
|
|
||||||
|
|
||||||
posix_eagle_legacy_driver_default:
|
posix_eagle_legacy_driver_default:
|
||||||
$(call cmake-build,$@)
|
$(call cmake-build,$@)
|
||||||
|
|||||||
Reference in New Issue
Block a user