Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ if [[ "$device" == ts4900 ]] ; then
sed -i 's/^CFLAGS_MODULE \+=/CFLAGS_MODULE += -fno-pic/g' Makefile
fi
fi

if [[ "$device" == up-board ]] ; then
echo Workaround up-board
# Workaround for the up-board to re-compile the module generating tools with flags
# specific to the builder server CPU arch
make modules_prepare
fi