1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-1295 fix "autoupdate not working" issue.

OPFW_RESOURCE is now a dependency of openpilotgcs_qmake
This commit is contained in:
Alessio Morale 2014-04-07 12:12:01 +02:00
parent 3ea328d0a0
commit a72f48173f

View File

@ -723,7 +723,7 @@ $(OPFW_RESOURCE): $(FW_TARGETS)
# If opfw_resource or all firmware are requested, GCS should depend on the resource
ifneq ($(strip $(filter opfw_resource all all_fw all_flight,$(MAKECMDGOALS))),)
$(eval openpilotgcs: $(OPFW_RESOURCE))
$(eval openpilotgcs_qmake: $(OPFW_RESOURCE))
endif
# Packaging targets: package, clean_package