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-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_PRIV_REQUIRES bootloader_support)
|
2018-01-12 02:49:13 +00:00
|
|
|
else()
|
2018-02-27 04:45:30 +00:00
|
|
|
set(COMPONENT_SRCDIRS .)
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_PRIV_REQUIRES bootloader_support app_update)
|
2018-01-12 02:49:13 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES)
|
2018-01-12 02:49:13 +00:00
|
|
|
|
|
|
|
register_component()
|