mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
295 B
CMake
8 lines
295 B
CMake
idf_component_register(SRCS "bootloader_start.c"
|
|
REQUIRES bootloader bootloader_support)
|
|
|
|
idf_build_get_property(target IDF_TARGET)
|
|
set(scripts "${target}.bootloader.ld"
|
|
"${target}.bootloader.rom.ld")
|
|
|
|
target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}") |