From 00cc72a32986a0dab9edc458ab5559265a6691ce Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 25 Oct 2024 18:02:27 +0200 Subject: [PATCH] Changed build.sh to use the drvier version in the aes67-daemon branch of the https://github.com/bondagit/ravenna-alsa-lkm repository --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b33954b..e9acbd6 100755 --- a/build.sh +++ b/build.sh @@ -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 -