diff options
author | Paul Selkirk <paul@psgd.org> | 2017-04-29 15:44:25 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-04-29 15:44:25 -0400 |
commit | f77ba50cbbc119baa9f90a092407d06caa56e9e2 (patch) | |
tree | 8f28be60789989e6edf5f58c3308bafbe4b86bc4 | |
parent | 14282a9a1aaa1c67c11dde50086d87371ac5d6b9 (diff) |
Simplify hsm makefile.
-rw-r--r-- | projects/hsm/Makefile | 17 |
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 |