From a8f39591cf5252456e3360eefce1b600e88229bf Mon Sep 17 00:00:00 2001 From: Alessio Morale Date: Sat, 26 Apr 2014 22:56:34 +0200 Subject: [PATCH] OP-1307 fw_discoveryf4bare is NOT an elf target for packaging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ccc88737..008d1176c 100644 --- a/Makefile +++ b/Makefile @@ -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.