Skip to content

Commit 12bc49b

Browse files
authored
ULP cmake builder
1 parent 2ad4e1d commit 12bc49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/ulp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _generate_ulp_configuration_action(env, target, source):
105105
"-DIDF_PATH=" + fs.to_unix_path(FRAMEWORK_DIR),
106106
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
107107
"-DPYTHON=" + env.subst("$PYTHONEXE"),
108-
"-DULP_COCPU_IS_RISCV=%s" % ("ON" if riscv_ulp_enabled else "OFF"),
108+
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
109109
"-GNinja",
110110
"-B",
111111
ULP_BUILD_DIR,

0 commit comments

Comments
 (0)