diff options
| author | hathach <[email protected]> | 2025-02-06 12:19:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-02-06 12:19:29 +0700 |
| commit | efd29349191b5124d8f998417d31919fec49a4a4 (patch) | |
| tree | f3001cb41133b4bd331f62078a1feec90c3a28ee | |
| parent | eca025f7143141fd2bc99a94619c62a6fd666f28 (diff) | |
fix build for 407blackvet
| -rw-r--r-- | hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk b/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk index 2593978ec..c46a78f81 100644 --- a/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk +++ b/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk @@ -1,12 +1,12 @@ CFLAGS += -DSTM32F407xx # GCC -GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s -GCC_LD_FILE = $(BOARD_PATH)/STM32F407VETX_FLASH.ld +SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s +LD_FILE_GCC = $(BOARD_PATH)/STM32F407VETx_FLASH.ld # IAR -IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s -IAR_LD_FILE = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf +SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s +LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf # For flash-jlink target |
