fix(ulp): fixed that the .elf ext was not set by default for custom cmake proj
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
include(${SDKCONFIG_CMAKE})
|
||||
enable_language(C ASM)
|
||||
set(CMAKE_EXECUTABLE_SUFFIX ".elf")
|
||||
|
||||
# Check the supported assembler version
|
||||
if(CONFIG_ULP_COPROC_TYPE_FSM)
|
||||
|
||||
Reference in New Issue
Block a user