From bb844d6b202964495f999cdfdca86b3cfad6087b Mon Sep 17 00:00:00 2001 From: Dima Horbenko Date: Wed, 25 Oct 2023 14:25:22 +0300 Subject: [PATCH] Add board to build command Signed-off-by: Dima Horbenko --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 841eed2001cf6b..9e076acb2f8dd4 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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: