mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 20:33:28 +00:00
18 lines
307 B
CMake
18 lines
307 B
CMake
|
set(COMPONENT_PRIV_INCLUDEDIRS ".")
|
||
|
set(COMPONENT_SRCS "esp_spiffs.c"
|
||
|
"list.c"
|
||
|
"mutex.c"
|
||
|
"spiffs_cache.c"
|
||
|
"spiffs_check.c"
|
||
|
"spiffs_gc.c"
|
||
|
"spiffs_hydrogen.c"
|
||
|
"spiffs_nucleus.c"
|
||
|
"spiffs_vfs.c")
|
||
|
|
||
|
set(COMPONENT_REQUIRES spi_flash)
|
||
|
set(COMPONENT_PRIV_REQUIRES bootloader_support)
|
||
|
|
||
|
register_component()
|
||
|
|
||
|
|