mirror of https://github.com/thesofproject/sof.git
7 lines
80 B
Bash
7 lines
80 B
Bash
|
#!/bin/sh
|
||
|
cd ../soft.git
|
||
|
./autogen.sh
|
||
|
./configure
|
||
|
make -j$(nproc)
|
||
|
cd ../sof.git
|