X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=3761ed5f0bff2d079f2e5c1c32dbbdd544925770;hb=1578e34f55859fc867dfa56360e4c26f8a225d60;hp=42a79bd7e16a51b2d7ffc31b77384dab7cf22fc6;hpb=1bb58b2db7b71d44e4da7fd3f977a388c20e3b39;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 42a79bd..3761ed5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PRG = serpent-test #PRG = tdes-test # camellia # cryptotest -SERPENT_OBJ = main-serpent-test.o debug.o uart.o serial-tools.o serpent.o +SERPENT_OBJ = main-serpent-test.o debug.o uart.o serial-tools.o serpent.o nessie_bc_test.o CAMELLIA_OBJ = main-camellia-test.o debug.o uart.o serial-tools.o camellia.o camellia-asm.o SKIPJACK_OBJ = main-skipjack-test.o debug.o uart.o serial-tools.o skipjack.o SHA1_OBJ = main-sha1-test.o debug.o uart.o serial-tools.o sha1-asm.o