mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 23:12:57 +00:00
Wear-leveling EEPROM drivers: embedded_flash, spi_flash, legacy (#17376)
This commit is contained in:
@@ -94,6 +94,11 @@ ifeq ("$(wildcard $(PLATFORM_MK))","")
|
||||
endif
|
||||
endif
|
||||
|
||||
# If no MCU architecture specified, use the MCU instead (allows for mcu_selection.mk to swap to cortex-m0 etc.)
|
||||
ifeq ("$(MCU_ARCH)","")
|
||||
MCU_ARCH = $(MCU)
|
||||
endif
|
||||
|
||||
include $(STARTUP_MK)
|
||||
include $(PORT_V)
|
||||
include $(PLATFORM_MK)
|
||||
|
||||
Reference in New Issue
Block a user