Skip to content
Snippets Groups Projects
Commit fb97edd8 authored by jwilson's avatar jwilson Committed by Lorenz Meier
Browse files

Adding new CMake config files which will be used to generate a build which...

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.
parent 76df4ecf
No related branches found
No related tags found
No related merge requests found
......@@ -188,13 +188,13 @@ posix_eagle_legacy_driver_release:
qurt_eagle_default:
$(call cmake-build,$@)
posix_eagle_default:
$(call cmake-build,$@)
eagle_default: posix_eagle_default qurt_eagle_default
qurt_eagle_legacy_driver_default:
$(call cmake-build,$@)
posix_eagle_default:
$(call cmake-build,$@)
posix_eagle_legacy_driver_default:
$(call cmake-build,$@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment