build: added sitl-newcontrollers to build_all.sh

This commit is contained in:
Andrew Tridgell 2012-08-22 12:34:55 +10:00
parent d445482ace
commit ed7eec91f4
1 changed files with 1 additions and 1 deletions

View File

@ -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