2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRCS "bootloader_start.c"
|
|
|
|
REQUIRES bootloader bootloader_support)
|
2019-05-10 02:53:08 +00:00
|
|
|
|
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
|
|
set(scripts "${target}.bootloader.ld"
|
|
|
|
"${target}.bootloader.rom.ld")
|
|
|
|
|
2019-06-04 11:05:33 +00:00
|
|
|
target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
|