From: bg Date: Wed, 4 Feb 2009 13:58:25 +0000 (+0000) Subject: updating to the new configuration X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=commitdiff_plain;h=aa477226f97401661d134365ebd65080f23c2d12 updating to the new configuration --- diff --git a/mkfiles/sha256_c.mk b/mkfiles/sha256_c.mk index 90e55a1..ceca8f8 100644 --- a/mkfiles/sha256_c.mk +++ b/mkfiles/sha256_c.mk @@ -6,7 +6,8 @@ HASHES += $(ALGO_NAME) $(ALGO_NAME)_OBJ := sha256.o $(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o serial-tools.o \ - nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.o + nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.o \ + hfal-basic.o hfal_sha256.o shavs.o dump.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"