CMakeLists.txt 303 B

123456789
  1. idf_component_register(SRCS "bootloader_start.c"
  2. REQUIRES bootloader bootloader_support)
  3. idf_build_get_property(target IDF_TARGET)
  4. set(scripts "ld/${target}/bootloader.ld"
  5. "ld/${target}/bootloader.rom.ld")
  6. target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")