diff options
author | Rob Austein <sra@hactrn.net> | 2017-05-25 11:18:39 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-05-25 11:18:39 -0400 |
commit | 5eccb3e6d7c27149a0092de48eb21baa495879cb (patch) | |
tree | 6968884adb4864c293943be3f43a05464ce0f383 /Makefile | |
parent | b9565626187cca926c21120786ec575c59f06a05 (diff) |
Checkpoint while refactoring. Almost certainly will not compile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ endif # volatile keystore is always present, to support things like PKCS #11 # "session" objects. -KS_OBJ = 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_flash.o mkm.o # RPC_MODE = none | server | client-simple | client-mixed # none: Build without RPC client, use cores directly. |