diff --git a/cpu/esp_common/Makefile.dep b/cpu/esp_common/Makefile.dep index 36dea9bee4..cbf337ea17 100644 --- a/cpu/esp_common/Makefile.dep +++ b/cpu/esp_common/Makefile.dep @@ -25,7 +25,7 @@ ifeq (xtensa,$(CPU_ARCH)) USEMODULE += xtensa endif -ifeq (riscv_esp32,$(CPU_ARCH)) +ifeq (rv32,$(CPU_ARCH)) USEMODULE += esp_riscv endif diff --git a/cpu/esp_common/Makefile.features b/cpu/esp_common/Makefile.features index 21e4fa78b3..d36e47dcee 100644 --- a/cpu/esp_common/Makefile.features +++ b/cpu/esp_common/Makefile.features @@ -26,7 +26,7 @@ ifeq (xtensa,$(CPU_ARCH)) FEATURES_PROVIDED += arch_esp_xtensa endif -ifeq (riscv_esp32,$(CPU_ARCH)) +ifeq (rv32,$(CPU_ARCH)) FEATURES_PROVIDED += arch_esp_riscv endif