diff options
author | Paul Selkirk <paul@psgd.org> | 2016-07-12 12:47:11 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-07-12 12:47:11 -0400 |
commit | e60817fe6e800c249c6032137c4baf4af72cb578 (patch) | |
tree | 4de495dbdfbbcfc0d3af355415a4a9814c4f177d /projects/hsm/Makefile | |
parent | c160c76325355df9dae6f0ac298692c8fe6fc410 (diff) |
Re-disable 'keystore set key'; hexdump binary key names; remove unused 'show' commands.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index acb9962..0ab4bff 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -8,8 +8,7 @@ OBJS = crc32.o \ mgmt-fpga.c \ mgmt-keystore.c \ mgmt-masterkey.c \ - mgmt-misc.c \ - mgmt-show.c + mgmt-misc.c BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ |