2018-01-12 02:49:13 +00:00
|
|
|
if(BOOTLOADER_BUILD)
|
2018-02-27 04:45:30 +00:00
|
|
|
# Bootloader needs SPIUnlock from this file, but doesn't
|
|
|
|
# need other parts of this component
|
|
|
|
set(COMPONENT_SRCS spi_flash_rom_patch.c)
|
2018-01-12 02:49:13 +00:00
|
|
|
else()
|
2018-02-27 04:45:30 +00:00
|
|
|
set(COMPONENT_SRCDIRS .)
|
2018-01-12 02:49:13 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
|
|
|
|
|
|
register_component()
|