Skip to content

Commit f1bbbaf

Browse files
lgirdwoodlrgirdwo
authored andcommitted
scripts: build tools: dont build in src dir
Dont built binaries in the source directory, build in the workspace. Signed-off-by: Liam Girdwood <liam.r.girdwood@intel.com>
1 parent 063f7ae commit f1bbbaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tools/test/audio/zeros_in.raw
5151
__pycache__
5252
.checkpatch-camelcase.git.*
5353

54-
build*/
5554

5655
# Eclipse project metadata
5756
.settings

scripts/build-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ main()
9797
CMAKE_ONLY BUILD_ALL
9898
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
9999
SOF_REPO=$(dirname "$SCRIPT_DIR")
100-
: "${BUILD_TOOLS_DIR:=$SOF_REPO/tools/build_tools}"
100+
: "${BUILD_TOOLS_DIR:=$SOF_REPO/../build_tools}"
101101
: "${NO_PROCESSORS:=$(nproc)}"
102102
BUILD_ALL=false
103103

0 commit comments

Comments
 (0)