aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/hsm/Makefile17
1 files changed, 1 insertions, 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