]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/md5.mk
modifyed build system (removed some redundance)
[avr-crypto-lib.git] / mkfiles / md5.mk
index 1f7375558ec6331e8ea8aaa94e25e18e203b6547..025e9eb29206d6ea46da94e631dfe0e9263df67b 100644 (file)
@@ -4,9 +4,8 @@ ALGO_NAME := MD5
 # comment out the following line for removement of MD5 from the build process
 HASHES += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := md5.o
-$(ALGO_NAME)_TEST_BIN := main-md5-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
+$(ALGO_NAME)_OBJ      := md5-asm.o
+$(ALGO_NAME)_TEST_BIN := main-md5-test.o hfal_md5.o $(CLI_STD) $(HFAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"