Skip to content

Commit

Permalink
Adjust tools build script for new path
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
  • Loading branch information
cujomalainey committed Nov 25, 2018
1 parent ebf4f52 commit f8e3b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-soft.sh → scripts/build-tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
cd ../soft.git
cd tools
./autogen.sh
./configure
make -j$(nproc)
cd ../sof.git
cd ../

0 comments on commit f8e3b12

Please sign in to comment.