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:
jwilson 2016-04-15 17:38:24 -07:00 committed by Lorenz Meier
parent 76df4ecf34
commit fb97edd8af
1 changed files with 3 additions and 3 deletions

View File

@ -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,$@)