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:
Andrea Bondavalli 2024-10-25 18:02:27 +02:00
parent 3ce87870d5
commit 00cc72a329

View File

@ -4,8 +4,8 @@
#
#we need clang when compiling on ARMv7
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
#export CC=/usr/bin/clang
#export CXX=/usr/bin/clang++
TOPDIR=$(pwd)
@ -13,6 +13,7 @@ echo "Init git submodules ..."
git submodule update --init --recursive
cd 3rdparty/ravenna-alsa-lkm/driver
git checkout aes67-daemon
make
cd -