aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-05-24 15:44:36 -0400
committerPaul Selkirk <paul@psgd.org>2016-05-24 15:47:56 -0400
commit7f38fc4fb28d62f8ffe40ccb4a2329a4da12a2c1 (patch)
tree04bf23d95beda0890a39070a59b0fe87dee4c24c /GNUmakefile
parent1fe3c1370d668afd68b9c3b6d0e9480bf3700a7e (diff)
Add mkmif
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e7b272d..3dcc9da 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,7 +38,7 @@ INC = hal.h hal_internal.h
LIB = libhal.a
OBJ = errorstrings.o rsa.o ecdsa.o asn1.o ${CORE_OBJ} ${IO_OBJ} ${RPC_OBJ} ${KS_OBJ}
-CORE_OBJ := core.o csprng.o hash.o aes_keywrap.o pbkdf2.o modexp.o
+CORE_OBJ := core.o csprng.o hash.o aes_keywrap.o pbkdf2.o modexp.o mkmif.o
USAGE = "usage: make [IO_BUS=eim|i2c|fmc] [RPC_CLIENT=local|remote|mixed] [RPC_SERVER=yes] [KS=mmap|volatile|flash]"