Split out mcu_selection to platform (#19701)

This commit is contained in:
Joel Challis 2023-01-28 20:40:47 +00:00 committed by GitHub
parent b727434391
commit 832479c7fb
Failed to generate hash of commit
4 changed files with 922 additions and 922 deletions

View file

@ -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),)