aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r--projects/hsm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index b92390a..6f941cf 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -1,15 +1,15 @@
PROJ = hsm
# objs in addition to $(PROJ).o
-OBJS = crc32.o \
- mgmt-cli.o \
+OBJS = mgmt-cli.o \
mgmt-firmware.c \
mgmt-bootloader.c \
mgmt-fpga.c \
mgmt-keystore.c \
mgmt-masterkey.c \
mgmt-misc.c \
- mgmt-thread.c
+ mgmt-thread.c \
+ log.o
BOARD_OBJS = \
$(TOPLEVEL)/stm-init.o \