]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - Makefile
fix of a little bug
[avr-crypto-lib.git] / Makefile
index 42a79bd7e16a51b2d7ffc31b77384dab7cf22fc6..3761ed5f0bff2d079f2e5c1c32dbbdd544925770 100644 (file)
--- 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