Skip to content

Commit

Permalink
delete modules generated before bootloader build
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 11, 2025
1 parent 8664b09 commit 17cb2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/config/boards/common_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ make -j6 -r PROJECT_BOARD=$PROJECT_BOARD PROJECT_CPU=$PROJECT_CPU BOARD_DIR=$BOA
if [ "${USE_OPENBLT-no}" = "yes" ]; then
# TODO: why is this rm necessary?
rm -f pch/pch.h.gch/*
ls -l
cat engine_modules_generated.h
rm engine_modules_generated*
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
Expand Down

0 comments on commit 17cb2f4

Please sign in to comment.