aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2021-10-08 22:26:57 +0100
committerGitHub <noreply@github.com>2021-10-08 22:26:57 +0100
commit7b753f227ada4c44df1e991b79e03fd6b56f7e69 (patch)
tree80852761b214140e293c997912fcedd12003816d /common_features.mk
parent948023c70a006f65ba770f5d337cfafe9ed9e3a7 (diff)
downloadqmk_firmware-7b753f227ada4c44df1e991b79e03fd6b56f7e69.tar.gz
qmk_firmware-7b753f227ada4c44df1e991b79e03fd6b56f7e69.zip
Enable eeprom with F401xE ld (#14752)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index 3c956b7aa..3158706f8 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -174,7 +174,7 @@ else
174 SRC += $(PLATFORM_COMMON_DIR)/eeprom_stm32.c 174 SRC += $(PLATFORM_COMMON_DIR)/eeprom_stm32.c
175 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c 175 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c
176 OPT_DEFS += -DEEPROM_EMU_STM32F072xB 176 OPT_DEFS += -DEEPROM_EMU_STM32F072xB
177 else ifneq ($(filter $(MCU_SERIES)_$(MCU_LDSCRIPT),STM32F4xx_STM32F401xC STM32F4xx_STM32F411xE STM32F4xx_STM32F405xG),) 177 else ifneq ($(filter $(MCU_SERIES)_$(MCU_LDSCRIPT),STM32F4xx_STM32F401xC STM32F4xx_STM32F401xE STM32F4xx_STM32F411xE STM32F4xx_STM32F405xG),)
178 OPT_DEFS += -DEEPROM_DRIVER 178 OPT_DEFS += -DEEPROM_DRIVER
179 COMMON_VPATH += $(DRIVER_PATH)/eeprom 179 COMMON_VPATH += $(DRIVER_PATH)/eeprom
180 SRC += eeprom_driver.c 180 SRC += eeprom_driver.c