[Cryptech-Commits] [sw/stm32] 04/05: Simplify hsm makefile.
git at cryptech.is
git at cryptech.is
Sat Apr 29 19:55:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch no-rtos
in repository sw/stm32.
commit f77ba50cbbc119baa9f90a092407d06caa56e9e2
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Sat Apr 29 15:44:25 2017 -0400
Simplify hsm makefile.
---
projects/hsm/Makefile | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index d08fa52..59bad25 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -11,22 +11,7 @@ OBJS = mgmt-cli.o \
mgmt-task.c \
log.o
-BOARD_OBJS = \
- $(TOPLEVEL)/stm-init.o \
- $(TOPLEVEL)/stm-fmc.o \
- $(TOPLEVEL)/stm-uart.o \
- $(TOPLEVEL)/syscalls.o \
- $(TOPLEVEL)/stm-rtc.o \
- $(TOPLEVEL)/spiflash_n25q128.o \
- $(TOPLEVEL)/stm-fpgacfg.o \
- $(TOPLEVEL)/stm-keystore.o \
- $(TOPLEVEL)/stm-sdram.o \
- $(TOPLEVEL)/stm-flash.o \
- $(BOARD_DIR)/TOOLCHAIN_GCC_ARM/startup_stm32f429xx.o \
- $(BOARD_DIR)/system_stm32f4xx.o \
- $(BOARD_DIR)/stm32f4xx_hal_msp.o \
- $(BOARD_DIR)/stm32f4xx_it.o \
- $(TOPLEVEL)/task.o
+BOARD_OBJS += $(TOPLEVEL)/task.o
CFLAGS += -DNUM_RPC_TASK=4
More information about the Commits
mailing list