mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
packaging: fix opfw_resource build dependencies
This commit is contained in:
parent
18f2d8e219
commit
4aa3c38d40
@ -99,10 +99,16 @@ package_flight: | all_fw all_bu
|
||||
|
||||
package_ground: | ground_package
|
||||
|
||||
package: | package_flight opfw_resource package_ground
|
||||
package: | package_flight package_ground
|
||||
|
||||
.PHONY: help uavobjects all_clean package_flight package_ground package
|
||||
|
||||
# opfw_resource must be generated before the ground package,
|
||||
# and it depends on flight firmware images
|
||||
ground_package: | opfw_resource
|
||||
|
||||
opfw_resource: | all_fw
|
||||
|
||||
# Decide on a verbosity level based on the V= parameter
|
||||
export AT := @
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user