aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-15 17:16:01 -0400
committerRob Austein <sra@hactrn.net>2017-04-15 17:16:01 -0400
commit9eb2c8909a1b4602bfd47d6e96ba2229ff393517 (patch)
tree9d2ba30caceac8ebb107b743d2e0145b0e9fb03c /projects/hsm/Makefile
parentfd2c93584f644671ca9464a9cb57b5d497709ff8 (diff)
sw/stm32 Makefiles are a mess.
Apparently it's easier to duplicate source files into multiple project directories than to write Makefiles that do something sane. Feh.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r--projects/hsm/Makefile3
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 \