From 18135b476483f4cb0b2380fb6fa0b54390171827 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 24 Feb 2018 12:25:23 +1100 Subject: [PATCH] Tools: build-with-disabled-features: update deps --- Tools/autotest/build-with-disabled-features.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tools/autotest/build-with-disabled-features.py b/Tools/autotest/build-with-disabled-features.py index dc2cf5dded..44e758fd88 100755 --- a/Tools/autotest/build-with-disabled-features.py +++ b/Tools/autotest/build-with-disabled-features.py @@ -44,6 +44,11 @@ class Builder(): "AC_FENCE": ["AC_AVOID_ENABLED"], "PROXIMITY_ENABLED": ["AC_AVOID_ENABLED"], "AC_RALLY": ["AC_TERRAIN"], + "MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED"], + "MODE_RTL_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"], + "BEACON_ENABLED": ["AC_AVOID_ENABLED"], + "MODE_CIRCLE_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"], + "MODE_GUIDED_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"], } def reverse_deps_for_var(self, var):