diff options
| author | Joel Challis <git@zvecr.com> | 2023-01-11 02:13:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 02:13:32 +0000 |
| commit | e11235ee14f9cd3fc45b836eec99ed312cb137dd (patch) | |
| tree | 023866a25f9fe4db482a8c5f5d1c9cab24882c46 /platforms/avr | |
| parent | 20474ae2321f0fb456731646b5b2e3090990b8df (diff) | |
De-duplicate platform detection (#19545)
Diffstat (limited to 'platforms/avr')
| -rw-r--r-- | platforms/avr/bootloader.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platforms/avr/bootloader.mk b/platforms/avr/bootloader.mk index 63fe635d96..36e3fd83db 100644 --- a/platforms/avr/bootloader.mk +++ b/platforms/avr/bootloader.mk | |||
| @@ -37,6 +37,8 @@ | |||
| 37 | # BOOTLOADER_SIZE can still be defined manually, but it's recommended | 37 | # BOOTLOADER_SIZE can still be defined manually, but it's recommended |
| 38 | # you add any possible configuration to this list | 38 | # you add any possible configuration to this list |
| 39 | 39 | ||
| 40 | FIRMWARE_FORMAT?=hex | ||
| 41 | |||
| 40 | ifeq ($(strip $(BOOTLOADER)), custom) | 42 | ifeq ($(strip $(BOOTLOADER)), custom) |
| 41 | OPT_DEFS += -DBOOTLOADER_CUSTOM | 43 | OPT_DEFS += -DBOOTLOADER_CUSTOM |
| 42 | BOOTLOADER_TYPE = custom | 44 | BOOTLOADER_TYPE = custom |
