Skip to content

Commit

Permalink
scripts: build tools: dont build in src dir
Browse files Browse the repository at this point in the history
Dont built binaries in the source directory, build in the workspace.

Signed-off-by: Liam Girdwood <liam.r.girdwood@intel.com>
  • Loading branch information
lgirdwood authored and lrgirdwo committed Mar 3, 2025
1 parent 063f7ae commit f1bbbaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ tools/test/audio/zeros_in.raw
__pycache__
.checkpatch-camelcase.git.*

build*/

# Eclipse project metadata
.settings
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ main()
CMAKE_ONLY BUILD_ALL
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
SOF_REPO=$(dirname "$SCRIPT_DIR")
: "${BUILD_TOOLS_DIR:=$SOF_REPO/tools/build_tools}"
: "${BUILD_TOOLS_DIR:=$SOF_REPO/../build_tools}"
: "${NO_PROCESSORS:=$(nproc)}"
BUILD_ALL=false

Expand Down

0 comments on commit f1bbbaf

Please sign in to comment.