diff options
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index b92390a..56ee462 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -9,7 +9,8 @@ OBJS = crc32.o \ mgmt-keystore.c \ mgmt-masterkey.c \ mgmt-misc.c \ - mgmt-thread.c + mgmt-thread.c \ + log.o BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ |