From be212fd8b1e23fcb4969769b6abc1cd5c3d15206 Mon Sep 17 00:00:00 2001 From: yparitcher Date: Mon, 7 Jan 2019 16:40:11 -0500 Subject: [PATCH] stm32l432: clean .map files --- targets/stm32l432/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index 7de8c2d..793fc63 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -47,11 +47,10 @@ clean: $(MAKE) -f $(APPMAKE) clean $(MAKE) -f $(BOOTMAKE) clean clean2: - rm -f solo.hex bootloader.hex all.hex + rm -f solo.hex solo.map bootloader.hex bootloader.map all.hex $(MAKE) -f $(APPMAKE) clean $(MAKE) -f $(BOOTMAKE) clean - flash: solo.hex bootloader.hex $(merge_hex) solo.hex bootloader.hex all.hex STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect