aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-05-20 21:54:04 -0400
committerRob Austein <sra@hactrn.net>2015-05-20 21:54:04 -0400
commit6d805ea76b2b8556b25ec846fada6f3c0b7f71f6 (patch)
tree5f2e3fec6bfe60a96f144ecd07ed5c30b1efae0a /Makefile.in
parentfa13a8485ce07aecfbfa481baccfc33565f0be0d (diff)
Add AES Key Wrap using Cryptech AES core.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b03924b..b984151 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,7 +2,7 @@
INC = cryptech.h
LIB = libcryptech.a
-OBJ = ${IO_OBJ} csprng.o hash.o
+OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o
IO_OBJ = ${IO_OBJ_@FPGA_BUS@}
IO_OBJ_EIM = hal_io_eim.o novena-eim.o