X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=9015cecae55ce9c47400991900a310a8e052aebf;hb=85aee632b0799ce567b9df7a6d16f59ab1564b34;hp=e922e6486a4ff721aa5ed9ebde4777a2dea88ce1;hpb=e1db57c69472f52cf2405ef4eb22f085a868eeeb;p=arm-crypto-lib.git diff --git a/Makefile b/Makefile index e922e64..9015cec 100644 --- 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 \ ))) #-------------------------------------------------------------------------------