X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fserpent_c.mk;h=9f6e39f085f1c26728b3cddec2b1c94a96830b7a;hb=b8aa8d06134ce687993cb3148d66ebd86dbf1d6f;hp=94d05e68fc33267d74308dd223ef0297c65943c6;hpb=9b567bc05f6ff8c98fbc8a140f1faf6f60da30ac;p=avr-crypto-lib.git diff --git a/mkfiles/serpent_c.mk b/mkfiles/serpent_c.mk index 94d05e6..9f6e39f 100644 --- a/mkfiles/serpent_c.mk +++ b/mkfiles/serpent_c.mk @@ -4,10 +4,10 @@ ALGO_NAME := SERPENT_C # comment out the following line for removement of serpent from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := serpent/ +$(ALGO_NAME)_INCDIR := memxor/ bcal/ $(ALGO_NAME)_OBJ := serpent.o serpent-sboxes_c.o memxor.o -$(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \ - nessie_bc_test.o nessie_common.o cli.o performance_test.o +$(ALGO_NAME)_TESTBIN := main-serpent-test.o bcal_serpent.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"