]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/cast6.mk
switching to simualtion testport
[avr-crypto-lib.git] / mkfiles / cast6.mk
index 3f8539f66b748f613b4dfd896d93128894fb7d09..b792a51544e5ee209f3f78e8c6bc9bd717c0a6da 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := CAST6
 # comment out the following line for removement of CAST6 from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-
-$(ALGO_NAME)_OBJ      := cast6.o
-$(ALGO_NAME)_TEST_BIN := main-cast6-test.o $(CLI_STD) \
-                         nessie_bc_test.o nessie_common.o performance_test.o
+$(ALGO_NAME)_DIR      := cast6/
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_OBJ      := cast6.o cast6-sbox.o
+$(ALGO_NAME)_TESTBIN  := main-cast6-test.o bcal_cast6.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance