From 332b0ffd6b6a6216179cbec66112d932e28f6e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 6 Apr 2018 18:30:45 +0200 Subject: [PATCH] [usb/flasher] Add flasher.exe and .bin to the products. Change-Id: I7061342c70c679e1c1b1dc81f56797d5a48514f3 --- build/targets.device.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/targets.device.mak b/build/targets.device.mak index 0ffede06e..7e610b06d 100644 --- a/build/targets.device.mak +++ b/build/targets.device.mak @@ -51,3 +51,5 @@ else flasher.$(EXE): @echo "Error: flasher.elf requires EPSILON_DEVICE_BENCH=0 EPSILON_USB_DFU_XIP=1" endif + +products += flasher.$(EXE) flasher.bin