build: add 1280 build for rover and plane

This commit is contained in:
Andrew Tridgell 2013-03-12 12:45:21 +11:00
parent 5db1dbd8d1
commit 5762a13223
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ copyit() {
echo "Building ArduPlane binaries"
pushd ArduPlane
for b in apm1 apm2 apm1-hilsensors apm2-hilsensors; do
for b in apm1 apm2 apm1-hilsensors apm2-hilsensors apm1-1280; do
pwd
make clean
make $b -j4
@ -51,7 +51,7 @@ popd
echo "Building APMRover2 binaries"
pushd APMrover2
for b in apm1 apm2; do
for b in apm1 apm2 apm1-1280; do
pwd
make clean
make $b -j4