1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-10-04 20:21:42 +00:00
lilybook/components/spidriver/CMakeLists.txt

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()