Skip to content

Commit

Permalink
Add board to build command
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Horbenko <[email protected]>
  • Loading branch information
dima-horbenko-telink committed Oct 25, 2023
1 parent d58c553 commit bb844d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def main() -> int:
shell.run_cmd("make is")
elif options.build_target == "telink":
shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/telink")
telink_build_cmds = ["west build"]
telink_build_cmds = ["west build -b tlsr9518adk80d"]
if options.do_clean:
telink_build_cmds.append("-p always")
if options.do_rpc:
Expand Down

0 comments on commit bb844d6

Please sign in to comment.