[Cryptech-Commits] [sw/libhal] 04/04: mkmif.o got lost in makefile cleanup (9ad64e1)

git at cryptech.is git at cryptech.is
Fri Jun 3 08:54:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/libhal.

commit abfe36f702e4f468e83084b4163d2993001814b5
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Fri Jun 3 04:45:29 2016 -0400

    mkmif.o got lost in makefile cleanup (9ad64e1)
---
 GNUmakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index e92dd4f..0b3647b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -40,11 +40,12 @@ LIB		= libhal.a
 USAGE = "usage: make [IO_BUS=eim|i2c|fmc] [RPC_CLIENT=local|remote|mixed] [RPC_SERVER=yes] [KS=mmap|volatile|flash]"
 
 OBJ = errorstrings.o
-CORE_OBJ = core.o ${HASH_OBJ} ${MISC_OBJ} ${PKEY_OBJ} ${PKEY2_OBJ} ${KS_OBJ} ${IO_OBJ}
+CORE_OBJ = core.o ${HASH_OBJ} ${MISC_OBJ} ${PKEY_OBJ} ${PKEY2_OBJ} ${KS_OBJ} ${IO_OBJ} ${MKMIF_OBJ}
 HASH_OBJ = hash.o
 MISC_OBJ = csprng.o pbkdf2.o
 PKEY_OBJ = asn1.o ecdsa.o rsa.o
 PKEY2_OBJ = aes_keywrap.o modexp.o
+MKMIF_OBJ = mkmif.o
 
 # I/O bus to the FPGA
 #



More information about the Commits mailing list