X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=serpent.mk;h=2d4ff897fbb165e1beee2fd1dbfe270628c2a58c;hb=2c2d732098455b6ef9e5908ebd75238df0b2bd4c;hp=44d437c914c8ca15246d34cac789610dd7aad8b6;hpb=bfac0f0eef1c956bf6fbc023708f17ecfda9b39d;p=avr-crypto-lib.git diff --git a/serpent.mk b/serpent.mk index 44d437c..2d4ff89 100644 --- a/serpent.mk +++ b/serpent.mk @@ -2,12 +2,13 @@ ALGO_NAME := SERPENT # comment out the following line for removement of serpent from the build process -BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME) +BLOCK_CIPHERS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := serpent.o +$(ALGO_NAME)_OBJ := serpent.o serpent-sboxes-bitslice.o $(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \ - serpent.o nessie_bc_test.o + serpent.o serpent-sboxes-bitslice.o nessie_bc_test.o \ + nessie_common.o cli.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"