build: added sitl-newcontrollers to build_all.sh

This commit is contained in:
Andrew Tridgell 2012-08-22 12:34:55 +10:00
parent 703ca469fe
commit ca63e23ec3

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