Skip to content

Commit

Permalink
build-u_boot: Add local version string
Browse files Browse the repository at this point in the history
  • Loading branch information
johang committed Jan 10, 2024
1 parent 7780142 commit 8b58107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-u_boot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ if [ -d "${U_BOOT_PATCHES_DIR}" ]; then
git apply "${U_BOOT_PATCHES_DIR}"/*.patch || :
fi

# Set localversion
export LOCALVERSION="johang"

# CROSS_COMPILE must point to a valid compiler path prefix
export CROSS_COMPILE=$(dirname $(which "${TUPLE}-gcc"))/"${TUPLE}-"

Expand Down

0 comments on commit 8b58107

Please sign in to comment.