dbdb299bb1
1. move xtensa specific files out of esp32 component 2. merge xtensa-debug-module component into xtensa
7 lines
167 B
CMake
7 lines
167 B
CMake
set(COMPONENT_SRCS "eri.c" "trax.c")
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include" "${IDF_TARGET}/include")
|
|
|
|
set(COMPONENT_ADD_LDFRAGMENTS linker.lf)
|
|
|
|
register_component()
|