From 5296e858b63a2595ce2e19f8d2fa1ff6f4eb4939 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Fri, 10 May 2013 09:40:29 +1000
Subject: [PATCH] build: fixed build_all_px4.sh for new PX4 build

---
 Tools/scripts/build_all_px4.sh | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/Tools/scripts/build_all_px4.sh b/Tools/scripts/build_all_px4.sh
index 545cfbb15..b23dbbcdd 100755
--- a/Tools/scripts/build_all_px4.sh
+++ b/Tools/scripts/build_all_px4.sh
@@ -12,6 +12,7 @@ echo "Testing ArduPlane build"
 pushd ArduPlane
 make px4-clean
 make px4
+make px4-io
 popd
 
 echo "Testing ArduCopter build"
@@ -26,14 +27,4 @@ make px4-clean
 make px4
 popd
 
-echo "Testing PX4IO build"
-pushd "$PX4_ROOT"
-make clean
-make configure_px4io
-make
-make clean
-make configure_px4fmu
-popd
-
-
 exit 0
-- 
GitLab