esp-idf/components/soc/CMakeLists.txt

10 lines
344 B
CMake
Raw Normal View History

idf_component_register(SRCS "lldesc.c"
2022-04-28 05:44:59 -04:00
"dport_access_common.c"
INCLUDE_DIRS include
LDFRAGMENTS "linker.lf")
idf_build_get_property(target IDF_TARGET)
add_subdirectory(${target})
target_linker_script(${COMPONENT_LIB} INTERFACE "${target}/ld/${target}.peripherals.ld")