diff --git a/targets/stm32l432/Makefile b/targets/stm32l432/Makefile index ae54730..a074d6f 100644 --- a/targets/stm32l432/Makefile +++ b/targets/stm32l432/Makefile @@ -7,6 +7,8 @@ BOOTMAKE=build/application.mk merge_hex=../../tools/solotool.py mergehex +.PHONY: all all-hacker all-locked debugboot-app debugboot-boot boot-sig-checking boot-no-sig build-release-locked build-release build-release build-hacker build-debugboot clean clean2 flash flash_dfu flashboot detach cbor test + all: $(MAKE) -f $(APPMAKE) -j8 solo.hex PREFIX=$(PREFIX) DEBUG=$(DEBUG) EXTRA_DEFINES='-DFLASH_ROP=1'