mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 20:33:28 +00:00
10 lines
183 B
CMake
10 lines
183 B
CMake
set(COMPONENT_PRIV_INCLUDEDIRS ".")
|
|
set(COMPONENT_SRCS "spi_master_lobo.c")
|
|
|
|
set(COMPONENT_REQUIRES spi_flash)
|
|
set(COMPONENT_PRIV_REQUIRES bootloader_support)
|
|
|
|
register_component()
|
|
|
|
|