From 9eb2c8909a1b4602bfd47d6e96ba2229ff393517 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 15 Apr 2017 17:16:01 -0400 Subject: 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. --- projects/hsm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'projects/hsm/Makefile') 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 \ -- cgit v1.2.3