Skip to content

Commit

Permalink
Update build command for ULP config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Sep 12, 2024
1 parent da5dd51 commit a6be743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/ulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _generate_ulp_configuration_action(env, target, source):
"-DIDF_PATH=" + fs.to_unix_path(FRAMEWORK_DIR),
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
"-DPYTHON=" + env.subst("$PYTHONEXE"),
"-DULP_COCPU_IS_RISCV=%s" % ("ON" if riscv_ulp_enabled else "OFF"),
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
"-GNinja",
"-B",
ULP_BUILD_DIR,
Expand Down

0 comments on commit a6be743

Please sign in to comment.