esp32: move system libs

This commit is contained in:
Renz Bagaporo
2021-03-10 19:44:58 +08:00
parent bbc599493e
commit a202a604d8
11 changed files with 5 additions and 43 deletions
-2
View File
@@ -26,11 +26,9 @@ else()
# esp_timer is added here because cpu_start.c uses esp_timer
set(priv_requires app_trace app_update bootloader_support esp_system log mbedtls nvs_flash pthread
spi_flash vfs espcoredump esp_common perfmon esp_timer esp_ipc esp_pm)
set(fragments linker.lf)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
LDFRAGMENTS "${fragments}"
REQUIRES "${requires}"
PRIV_REQUIRES "${priv_requires}"
REQUIRED_IDF_TARGETS esp32)