diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 19:58:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 19:58:27 +0000 |
commit | 46c85c93f05003ecc9d5b9266bc78e98cc7a843b (patch) | |
tree | 0fb94d5c33159f1c6636fb7db992996f3dbd35c8 /platforms/chibios | |
parent | e11235ee14f9cd3fc45b836eec99ed312cb137dd (diff) |
Revert "De-duplicate platform detection (#19545)" (#19564)
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
Diffstat (limited to 'platforms/chibios')
-rw-r--r-- | platforms/chibios/bootloader.mk | 2 | ||||
-rw-r--r-- | platforms/chibios/platform.mk | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/platforms/chibios/bootloader.mk b/platforms/chibios/bootloader.mk index 546faf2d27..0568d35321 100644 --- a/platforms/chibios/bootloader.mk +++ b/platforms/chibios/bootloader.mk @@ -36,8 +36,6 @@ # 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 diff --git a/platforms/chibios/platform.mk b/platforms/chibios/platform.mk index fd4c6bd2e5..b2a8ec89e1 100644 --- a/platforms/chibios/platform.mk +++ b/platforms/chibios/platform.mk @@ -442,9 +442,6 @@ LDFLAGS += $(SHARED_LDFLAGS) $(SHARED_LDSYMBOLS) $(TOOLCHAIN_LDFLAGS) $(TOOLCHA # Tell QMK that we are hosting it on ChibiOS. OPT_DEFS += -DPROTOCOL_CHIBIOS -# And what flavor of MCU -OPT_DEFS += -DMCU_$(MCU_FAMILY) - # ChibiOS supports synchronization primitives like a Mutex OPT_DEFS += -DPLATFORM_SUPPORTS_SYNCHRONIZATION |