summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index fe65974e7a..b71dbc77e2 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -141,6 +141,10 @@ else
141 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c 141 SRC += $(PLATFORM_COMMON_DIR)/flash_stm32.c
142 OPT_DEFS += -DEEPROM_EMU_STM32F072xB 142 OPT_DEFS += -DEEPROM_EMU_STM32F072xB
143 OPT_DEFS += -DSTM32_EEPROM_ENABLE 143 OPT_DEFS += -DSTM32_EEPROM_ENABLE
144 else ifneq ($(filter $(MCU_SERIES),STM32L0xx STM32L1xx),)
145 OPT_DEFS += -DEEPROM_DRIVER
146 COMMON_VPATH += $(DRIVER_PATH)/eeprom
147 SRC += eeprom_driver.c eeprom_stm32_L0_L1.c
144 else 148 else
145 # This will effectively work the same as "transient" if not supported by the chip 149 # This will effectively work the same as "transient" if not supported by the chip
146 SRC += $(PLATFORM_COMMON_DIR)/eeprom_teensy.c 150 SRC += $(PLATFORM_COMMON_DIR)/eeprom_teensy.c