sof/scripts/build-soft.sh

7 lines
80 B
Bash
Executable File

#!/bin/sh
cd ../soft.git
./autogen.sh
./configure
make -j$(nproc)
cd ../sof.git