Skip to content

Commit a6be743

Browse files
committed
Update build command for ULP config generation
1 parent da5dd51 commit a6be743

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
@@ -107,7 +107,7 @@ def _generate_ulp_configuration_action(env, target, source):
107107
"-DIDF_PATH=" + fs.to_unix_path(FRAMEWORK_DIR),
108108
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
109109
"-DPYTHON=" + env.subst("$PYTHONEXE"),
110-
"-DULP_COCPU_IS_RISCV=%s" % ("ON" if riscv_ulp_enabled else "OFF"),
110+
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
111111
"-GNinja",
112112
"-B",
113113
ULP_BUILD_DIR,

0 commit comments

Comments
 (0)