soc: espressif: Rename common/psram.c
Rename psram.c -> esp_psram.c to align with the naming conventions. Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
parent
e62f6651a0
commit
930000d3b3
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
zephyr_include_directories(include)
|
||||
|
||||
if(NOT CONFIG_MCUBOOT AND NOT CONFIG_SOC_ESP32_APPCPU AND NOT CONFIG_SOC_ESP32S3_APPCPU)
|
||||
zephyr_sources_ifdef(CONFIG_ESP_SPIRAM psram.c)
|
||||
zephyr_sources_ifdef(CONFIG_ESP_HEAP_RUNTIME esp_heap_runtime.c)
|
||||
zephyr_sources_ifdef(CONFIG_ESP_SPIRAM esp_psram.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue