Skip to content

Commit

Permalink
remove test that breaks everything
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 11, 2025
1 parent a5f2e02 commit 4b4df2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/config/boards/common_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ if [ "${USE_OPENBLT-no}" = "yes" ]; then
rm modules_list_generated*
echo "Calling make for the bootloader..."
cd bootloader; make -j6 PROJECT_BOARD=$PROJECT_BOARD PROJECT_CPU=$PROJECT_CPU BOARD_DIR=$BOARD_DIR; cd ..
ls -l
cat engine_modules_generated.h
[ -e bootloader/blbuild/fome_bl.hex ] || { echo "FAILED to compile OpenBLT by $SCRIPT_NAME with $PROJECT_BOARD"; exit 1; }
fi

Expand Down

0 comments on commit 4b4df2f

Please sign in to comment.