diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-23 16:43:28 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-23 16:43:45 +0200 |
commit | f66d4bcf968eea325932bc948b1c6b181fabc7ee (patch) | |
tree | 11985ea4de771afd11ddccfc727954064d8a04c3 /projects/hsm/Makefile | |
parent | 1fe7d1bf9d6c7ffb1da530e69cf77c8416068e3b (diff) |
Add masterkey and keystore commands.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 55e021f..a5bd30a 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -1,7 +1,14 @@ PROJ = hsm # objs in addition to $(PROJ).o -OBJS = crc32.o mgmt-cli.o mgmt-dfu.c mgmt-fpga.c mgmt-misc.c mgmt-show.c +OBJS = crc32.o \ + mgmt-cli.o \ + mgmt-dfu.c \ + mgmt-fpga.c \ + mgmt-keystore.c \ + mgmt-masterkey.c \ + mgmt-misc.c \ + mgmt-show.c BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ |