]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/rc6.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / rc6.mk
index 893b34fd2411df2047d16fb37a458816c7772914..3d53c3783cc5764180fea5ff264c828084daf29f 100644 (file)
@@ -4,11 +4,10 @@ ALGO_NAME := RC6
 # comment out the following line for removement of RC6 from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-
+$(ALGO_NAME)_DIR      := rc6/
+$(ALGO_NAME)_INCDIR   := bcal/
 $(ALGO_NAME)_OBJ      := rc6.o
-$(ALGO_NAME)_TEST_BIN := main-rc6-test.o debug.o uart.o serial-tools.o \
-                         rc6.o nessie_bc_test.o \
-                         nessie_common.o cli.o performance_test.o
+$(ALGO_NAME)_TESTBIN  := main-rc6-test.o bcal_rc6.o $(CLI_STD) $(BCAL_STD) 
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
-$(ALGO_NAME)_PEROFRMANCE_TEST := performance
+$(ALGO_NAME)_PERFORMANCE_TEST := performance