]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - Makefile
starting to make bigint more portable/32-bit efficient
[arm-crypto-lib.git] / Makefile
index e922e6486a4ff721aa5ed9ebde4777a2dea88ce1..9015cecae55ce9c47400991900a310a8e052aebf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -160,7 +160,7 @@ endef
 
 $(foreach algo, $(ALGORITHMS), $(eval $(call Flash_Template, \
     $(algo), \
-    $(BIN_DIR)$(call lc, $(algo))/$(TEST_DIR)main-$(call lc, $(algo))-test.hex \
+    $(BIN_DIR)$(call lc, $(algo))/$(TEST_DIR)main-$(call lc, $(algo))-test.elf \
 )))
 
 #-------------------------------------------------------------------------------