diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-03 04:45:29 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-03 04:45:29 -0400 |
commit | abfe36f702e4f468e83084b4163d2993001814b5 (patch) | |
tree | 0ff83f46c7d1a01fda2637425241390533bd371c /GNUmakefile | |
parent | f94203f344a7eabba834702dd171ae6c5c01c729 (diff) |
mkmif.o got lost in makefile cleanup (9ad64e1)
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 # |