diff options
Diffstat (limited to 'platforms/chibios/platform.mk')
| -rw-r--r-- | platforms/chibios/platform.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platforms/chibios/platform.mk b/platforms/chibios/platform.mk index 1c8d43007..45e337788 100644 --- a/platforms/chibios/platform.mk +++ b/platforms/chibios/platform.mk | |||
| @@ -141,6 +141,10 @@ ifdef STM32_BOOTLOADER_ADDRESS | |||
| 141 | OPT_DEFS += -DSTM32_BOOTLOADER_ADDRESS=$(STM32_BOOTLOADER_ADDRESS) | 141 | OPT_DEFS += -DSTM32_BOOTLOADER_ADDRESS=$(STM32_BOOTLOADER_ADDRESS) |
| 142 | endif | 142 | endif |
| 143 | 143 | ||
| 144 | ifdef WB32_BOOTLOADER_ADDRESS | ||
| 145 | OPT_DEFS += -DWB32_BOOTLOADER_ADDRESS=$(WB32_BOOTLOADER_ADDRESS) | ||
| 146 | endif | ||
| 147 | |||
| 144 | # Work out if we need to set up the include for the bootloader definitions | 148 | # Work out if we need to set up the include for the bootloader definitions |
| 145 | ifneq ("$(wildcard $(KEYBOARD_PATH_5)/bootloader_defs.h)","") | 149 | ifneq ("$(wildcard $(KEYBOARD_PATH_5)/bootloader_defs.h)","") |
| 146 | OPT_DEFS += -include $(KEYBOARD_PATH_5)/bootloader_defs.h | 150 | OPT_DEFS += -include $(KEYBOARD_PATH_5)/bootloader_defs.h |
