diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-30 02:57:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-30 02:57:53 +0000 |
commit | a50b18c9aadbb463dc4c1dc2cea58e1a362cec6a (patch) | |
tree | 9ac6c28928294d986dbaf0e6b9e6811efe0a34a8 /builddefs | |
parent | c490584961c2375e25b579c63d7c7f9374143244 (diff) | |
parent | 2c4fd924c02b081b0e0d87f972c0e55b08741eec (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 951932ade9..7f07be5144 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -272,7 +272,7 @@ ifneq ($(strip $(WEAR_LEVELING_DRIVER)),none) POST_CONFIG_H += $(DRIVER_PATH)/wear_leveling/wear_leveling_flash_spi_config.h else ifeq ($(strip $(WEAR_LEVELING_DRIVER)), rp2040_flash) SRC += wear_leveling_rp2040_flash.c - POST_CONFIG_H += $(DRIVER_PATH)/wear_leveling/wear_leveling_rp2040_flash_config.h + POST_CONFIG_H += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_PATH)/wear_leveling/wear_leveling_rp2040_flash_config.h else ifeq ($(strip $(WEAR_LEVELING_DRIVER)), legacy) COMMON_VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_DIR)/flash SRC += flash_stm32.c wear_leveling_legacy.c |