diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 493aab635..1eece0242 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -178,6 +178,7 @@ else | |||
178 | else ifneq ($(filter $(MCU_SERIES),STM32L0xx STM32L1xx),) | 178 | else ifneq ($(filter $(MCU_SERIES),STM32L0xx STM32L1xx),) |
179 | OPT_DEFS += -DEEPROM_DRIVER | 179 | OPT_DEFS += -DEEPROM_DRIVER |
180 | COMMON_VPATH += $(DRIVER_PATH)/eeprom | 180 | COMMON_VPATH += $(DRIVER_PATH)/eeprom |
181 | COMMON_VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_DIR)/eeprom | ||
181 | SRC += eeprom_driver.c eeprom_stm32_L0_L1.c | 182 | SRC += eeprom_driver.c eeprom_stm32_L0_L1.c |
182 | else | 183 | else |
183 | # This will effectively work the same as "transient" if not supported by the chip | 184 | # This will effectively work the same as "transient" if not supported by the chip |