fix(ulp): fixed that the .elf ext was not set by default for custom cmake proj

This commit is contained in:
Marius Vikhammer
2024-08-12 10:30:46 +08:00
parent be4278fc47
commit fe5b8bb445
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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)