1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-21 13:28:58 +01:00

OP-1307 fw_discoveryf4bare is NOT an elf target for packaging

This commit is contained in:
Alessio Morale 2014-04-26 22:56:34 +02:00
parent c281420e25
commit a8f39591cf

View File

@ -699,7 +699,7 @@ endif
# Firmware files to package
PACKAGE_FW_TARGETS := $(filter-out fw_simposix fw_discoveryf4bare, $(FW_TARGETS))
PACKAGE_ELF_TARGETS := $(filter fw_simposix fw_discoveryf4bare, $(FW_TARGETS))
PACKAGE_ELF_TARGETS := $(filter fw_simposix, $(FW_TARGETS))
# Rules to generate GCS resources used to embed firmware binaries into the GCS.
# They are used later by the vehicle setup wizard to update board firmware.