summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/zmake/__main__.py')
-rw-r--r--zephyr/zmake/zmake/__main__.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/zmake/zmake/__main__.py b/zephyr/zmake/zmake/__main__.py
index 680289e8b9..cc3b1708be 100644
--- a/zephyr/zmake/zmake/__main__.py
+++ b/zephyr/zmake/zmake/__main__.py
@@ -327,18 +327,6 @@ def add_common_configure_args(sub_parser: argparse.ArgumentParser):
help="Select all projects",
)
group.add_argument(
- "--host-tests-only",
- action="store_true",
- dest="host_tests_only",
- help="Select all test projects",
- )
- group.add_argument(
- "--boards-only",
- action="store_true",
- dest="boards_only",
- help="Select all board projects (not tests)",
- )
- group.add_argument(
"project_names",
nargs="*",
metavar="project_name",