X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Frc6.mk;h=3d53c3783cc5764180fea5ff264c828084daf29f;hp=f6729e36b245a4d0b7e8825fc82f2dffeb8e9317;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e diff --git a/mkfiles/rc6.mk b/mkfiles/rc6.mk index f6729e3..3d53c37 100644 --- a/mkfiles/rc6.mk +++ b/mkfiles/rc6.mk @@ -4,10 +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 hexdigit_tab.o \ - nessie_bc_test.o dbz_strings.o nessie_common.o cli.o string-extras.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)_PERFORMANCE_TEST := performance