diff --git a/components/soc/esp32c3/CMakeLists.txt b/components/soc/esp32c3/CMakeLists.txt index 9f99f44bc2..f7d0bf36aa 100644 --- a/components/soc/esp32c3/CMakeLists.txt +++ b/components/soc/esp32c3/CMakeLists.txt @@ -6,6 +6,7 @@ set(srcs "spi_periph.c" "ledc_periph.c" "rmt_periph.c" + "soc_memory_layout.c" "sigmadelta_periph.c" "soc_memory_layout.c" "i2s_periph.c"