diff options
author | Paul Selkirk <paul@psgd.org> | 2020-04-28 12:11:49 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-04-29 11:48:37 -0400 |
commit | 401965f1e9f74b43c88477d2ff6ac4d6c62ab5a8 (patch) | |
tree | 5e534ba8dd169a961abc5ec8643da54f5744efc5 /Makefile | |
parent | 6f8ac4f72ef2fb003038293a62e47edf6c962b36 (diff) |
The new keywrap core now talks directly to the MKM, so I split the code
that talks to that core out of aes_keywrap.c. The HSM will now be built
with just the keywrap core, with no user access to aes or mkmif.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ OBJ += rpc_api.o rpc_hash.o uuid.o rpc_pkcs1.o crc32.o locks.o logging.o # Object files to build when we're on a platform with direct access # to our hardware (Verilog) cores. -CORE_OBJ = core.o csprng.o pbkdf2.o aes_keywrap.o modexp.o mkmif.o ${IO_OBJ} +CORE_OBJ = core.o csprng.o pbkdf2.o aes_keywrap.o keywrap.o modexp.o mkmif.o ${IO_OBJ} # I/O bus to the FPGA # |