]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/cast5.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / cast5.mk
index 18dd483691d37ed40a871d9ff85c34e45018f1ca..60a406959e5a62db5b39fc980b65615d34518ebc 100644 (file)
@@ -4,9 +4,10 @@ ALGO_NAME := CAST5
 # comment out the following line for removement of CAST5 from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := cast5.o
-$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o hexdigit_tab.o serial-tools.o cli.o string-extras.o\
-                         nessie_bc_test.o nessie_common.o performance_test.o
+$(ALGO_NAME)_DIR      := cast5/
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_OBJ      := cast5.o cast5-sbox.o
+$(ALGO_NAME)_TESTBIN  := main-cast5-test.o bcal_cast5.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"