De-duplicate platform detection (#19603)

This commit is contained in:
Joel Challis
2023-01-19 00:27:00 +00:00
committed by GitHub
parent a1f253cbef
commit 0ce3f6bcfe
8 changed files with 21 additions and 18 deletions

View File

@@ -27,6 +27,8 @@
# the respective file under `platforms/<PLATFORM>/bootloaders/custom.c` to see
# which functions may be overridden.
FIRMWARE_FORMAT?=bin
ifeq ($(strip $(BOOTLOADER)), custom)
OPT_DEFS += -DBOOTLOADER_CUSTOM
BOOTLOADER_TYPE = custom