PX4: fixed px4io build in build_binaries.sh

This commit is contained in:
Andrew Tridgell 2013-05-10 06:43:29 +10:00
parent 1248a49284
commit ad9d3360da
1 changed files with 7 additions and 5 deletions

View File

@ -178,12 +178,14 @@ build_px4io() {
checkout PX4IO $tag || return
ddir=$binaries/PX4IO/$hdate/PX4IO
skip_build $tag $ddir || {
make clean &&
make configure_px4io &&
make &&
copyit px4io.bin $ddir $tag &&
make configure_px4fmu
popd
pushd ArduPlane
make px4-clean &&
make px4-io &&
copyit px4io.bin $ddir $tag
popd
}
pushd $PX4_ROOT
git checkout master
popd
}