De-duplicate platform detection (#19603)
This commit is contained in:
parent
a1f253cbef
commit
0ce3f6bcfe
8 changed files with 21 additions and 18 deletions
|
@ -442,6 +442,9 @@ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue