2018-09-11 01:44:12 +00:00
|
|
|
set(COMPONENT_SRCS "bootloader_start.c")
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "")
|
2019-05-10 02:53:08 +00:00
|
|
|
set(COMPONENT_REQUIRES bootloader bootloader_support)
|
2018-09-11 01:44:12 +00:00
|
|
|
register_component()
|
2019-05-10 02:53:08 +00:00
|
|
|
|
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
|
|
set(scripts "${target}.bootloader.ld"
|
|
|
|
"${target}.bootloader.rom.ld")
|
|
|
|
|
|
|
|
target_linker_script(${COMPONENT_LIB} "${scripts}")
|