mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dbdb299bb1
1. move xtensa specific files out of esp32 component 2. merge xtensa-debug-module component into xtensa
8 lines
167 B
CMake
8 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()
|