forked from mirrors/qmk_userspace
Split out mcu_selection to platform (#19701)
This commit is contained in:
parent
b727434391
commit
832479c7fb
4 changed files with 922 additions and 922 deletions
|
@ -182,7 +182,8 @@ endif
|
|||
|
||||
include $(BUILDDEFS_PATH)/converters.mk
|
||||
|
||||
include $(BUILDDEFS_PATH)/mcu_selection.mk
|
||||
MCU_ORIG := $(MCU)
|
||||
include $(wildcard $(PLATFORM_PATH)/*/mcu_selection.mk)
|
||||
|
||||
# PLATFORM_KEY should be detected in info.json via key 'processor' (or rules.mk 'MCU')
|
||||
ifeq ($(PLATFORM_KEY),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue