Correct the tool build

This commit is contained in:
Scott Shawcroft 2018-06-18 14:07:21 -07:00
parent 05547b72ac
commit 724bd7c17f

View File

@ -20,8 +20,8 @@ for board in $boards; do
if [ $board == "feather_huzzah" ]; then if [ $board == "feather_huzzah" ]; then
make $PARALLEL -C ports/esp8266 BOARD=feather_huzzah make $PARALLEL -C ports/esp8266 BOARD=feather_huzzah
(( exit_status = exit_status || $? )) (( exit_status = exit_status || $? ))
elif [ $board == "feather52" ]; then elif [ $board == "feather52832" ]; then
make $PARALLEL -C ports/nrf BOARD=feather52 make $PARALLEL -C ports/nrf BOARD=feather52832
(( exit_status = exit_status || $? )) (( exit_status = exit_status || $? ))
elif [ $board == "pca10056" ]; then elif [ $board == "pca10056" ]; then
make $PARALLEL -C ports/nrf BOARD=pca10056 SD=s140 make $PARALLEL -C ports/nrf BOARD=pca10056 SD=s140