From ed7eec91f436e63584505ac3f3cf7883f156691e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 22 Aug 2012 12:34:55 +1000 Subject: [PATCH] build: added sitl-newcontrollers to build_all.sh --- Tools/scripts/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_all.sh b/Tools/scripts/build_all.sh index 7c4121e41e..8595ed5d84 100755 --- a/Tools/scripts/build_all.sh +++ b/Tools/scripts/build_all.sh @@ -8,7 +8,7 @@ set -x echo "Testing ArduPlane build" pushd ArduPlane -for b in all apm2 apm2beta hil hilsensors sitl sitl-mount; do +for b in all apm2 apm2beta hil hilsensors sitl sitl-mount sitl-newcontrollers; do pwd make clean make $b