Skip to content

Commit

Permalink
Tools: Carbonix build script remove dist clean
Browse files Browse the repository at this point in the history
SW-46
  • Loading branch information
loki077 committed Jan 16, 2024
1 parent f3e0fed commit f709749
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tools/Carbonix_scripts/carbonix_board_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ BOARD=$1
if [ "$BOARD" == "CubeOrange" ] || [ "$BOARD" == "CarbonixCubeOrange" ] || [ "$BOARD" == "sitl" ]
then
echo "Compiling Plane for $BOARD..."
./Tools/scripts/build_bootloaders.py "$BOARD"
./waf configure --board "$BOARD"
./waf plane
else
echo "Compiling AP_Periph for $BOARD..."
./Tools/scripts/build_bootloaders.py "$BOARD"
./waf configure --board "$BOARD"
./waf AP_Periph
fi

Expand Down

0 comments on commit f709749

Please sign in to comment.