]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/sha256.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / sha256.mk
index 35c271a1445b38359c3edaaa09a609ed54f0ec31..b97e9dd261113c9b5ae4cb671615207d2e81b62a 100644 (file)
@@ -4,10 +4,11 @@ ALGO_NAME := SHA256
 # comment out the following line for removement of SHA256 from the build process
 HASHES += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := sha256/
+$(ALGO_NAME)_INCDIR   := hfal/
 $(ALGO_NAME)_OBJ      := sha256-asm.o
-$(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o hexdigit_tab.o serial-tools.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)_TESTBIN  := main-sha256-test.o dump-asm.o dump-decl.o hfal_sha256.o $(CLI_STD) $(HFAL_STD)
+                       
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"