Changed build.sh to use the drvier version in the aes67-daemon branch of the https://github.com/bondagit/ravenna-alsa-lkm repository
This commit is contained in:
parent
3ce87870d5
commit
00cc72a329
5
build.sh
5
build.sh
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#we need clang when compiling on ARMv7
|
#we need clang when compiling on ARMv7
|
||||||
export CC=/usr/bin/clang
|
#export CC=/usr/bin/clang
|
||||||
export CXX=/usr/bin/clang++
|
#export CXX=/usr/bin/clang++
|
||||||
|
|
||||||
TOPDIR=$(pwd)
|
TOPDIR=$(pwd)
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ echo "Init git submodules ..."
|
|||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd 3rdparty/ravenna-alsa-lkm/driver
|
cd 3rdparty/ravenna-alsa-lkm/driver
|
||||||
|
git checkout aes67-daemon
|
||||||
make
|
make
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user