diff options
author | Rob Austein <sra@hactrn.net> | 2017-05-28 12:11:31 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-05-28 12:11:31 -0400 |
commit | f59533ee9807832ea5ca7dd5492592c8991a9f34 (patch) | |
tree | cdca6a55bd7b78721ea03057777911e249ee63c3 /Makefile | |
parent | 5eccb3e6d7c27149a0092de48eb21baa495879cb (diff) |
Further keystore cleanup and consolidation.
Still not yet expected to compile, much less run, but getting closer.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,7 +137,7 @@ endif # volatile keystore is always present, to support things like PKCS #11 # "session" objects. -KS_OBJ = ks.o ks_index.o ks_attribute.o ks_volatile.o ks_flash.o mkm.o +KS_OBJ = ks.o ks_index.o ks_attribute.o ks_volatile.o ks_token.o mkm.o # RPC_MODE = none | server | client-simple | client-mixed # none: Build without RPC client, use cores directly. @@ -268,7 +268,7 @@ asn1.o rsa.o ecdsa.o: asn1_internal.h ecdsa.o: ecdsa_curves.h novena-eim.o hal_io_eim.o: novena-eim.h slip.o rpc_client_serial.o rpc_server_serial.o: slip_internal.h -ks_flash.o: last_gasp_pin_internal.h +ks_token.o: last_gasp_pin_internal.h last_gasp_pin_internal.h: ./utils/last_gasp_default_pin >$@ |