aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-06-24 13:13:56 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-06-24 13:13:56 +0200
commitad8efa487536158673d8e1a95b43aad8ef4762fe (patch)
tree0613737ebe4a8dc0226e3046aab7ba8dd1528a40 /projects/hsm/Makefile
parent1865d6de2c9f1ccdc0028fc7369df1be2e0b4551 (diff)
parent76a0f707cd0bd10fc96bc50fb81ba0248915b5e2 (diff)
Merge branch 'ft-ks_flash'
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r--projects/hsm/Makefile9
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 \