diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-13 15:49:09 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-13 15:49:09 -0400 |
commit | a5850b450733141f320a817c523b85dff49f52eb (patch) | |
tree | c99fe063f3d1274377be74baa85c748b766b40d4 /projects/bootloader/Makefile | |
parent | 1cb09aab17066f72c6f439e23741bcd23c8408de (diff) |
Only the HSM project needs the RTOS; most of the test projects can use the STM32 HAL code directly.
Diffstat (limited to 'projects/bootloader/Makefile')
-rw-r--r-- | projects/bootloader/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/bootloader/Makefile b/projects/bootloader/Makefile index fe75849..a63d29c 100644 --- a/projects/bootloader/Makefile +++ b/projects/bootloader/Makefile @@ -10,9 +10,7 @@ BOARD_OBJS = \ $(BOARD_DIR)/system_stm32f4xx.o \ $(BOARD_DIR)/stm32f4xx_hal_msp.o \ ./startup_stm32f429xx.o \ - ./stm32f4xx_it.o - -LIBS = $(MBED_DIR)/libstmf4.a + $(BOARD_DIR)/stm32f4xx_it.o all: $(PROG:=.elf) |