Skip to content

Commit c4e444e

Browse files
authored
ULP has now a cmake build script
1 parent 691e69a commit c4e444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/ulp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _generate_ulp_configuration_action(env, target, source):
103103
"-DIDF_PATH=" + fs.to_unix_path(FRAMEWORK_DIR),
104104
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
105105
"-DPYTHON=" + env.subst("$PYTHONEXE"),
106-
"-DULP_COCPU_IS_RISCV=%s" % ("ON" if riscv_ulp_enabled else "OFF"),
106+
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
107107
"-GNinja",
108108
"-B",
109109
ULP_BUILD_DIR,

0 commit comments

Comments
 (0)