From bfd8827073e5d5096f783b7322cd77a361a4232e Mon Sep 17 00:00:00 2001 From: yparitcher Date: Tue, 12 Feb 2019 19:35:33 -0500 Subject: [PATCH] fix Makfile: bootloader --- targets/stm32l432/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index f2f7d10..8634507 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -3,7 +3,7 @@ DEBUG=0 endif APPMAKE=build/application.mk -BOOTMAKE=build/application.mk +BOOTMAKE=build/bootloader.mk merge_hex=../../tools/solotool.py mergehex