Skip to content

Commit 00cc72a

Browse files
committed
Changed build.sh to use the drvier version in the aes67-daemon branch of the https://github.com/bondagit/ravenna-alsa-lkm repository
1 parent 3ce8787 commit 00cc72a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
#
55

66
#we need clang when compiling on ARMv7
7-
export CC=/usr/bin/clang
8-
export CXX=/usr/bin/clang++
7+
#export CC=/usr/bin/clang
8+
#export CXX=/usr/bin/clang++
99

1010
TOPDIR=$(pwd)
1111

1212
echo "Init git submodules ..."
1313
git submodule update --init --recursive
1414

1515
cd 3rdparty/ravenna-alsa-lkm/driver
16+
git checkout aes67-daemon
1617
make
1718
cd -
1819

0 commit comments

Comments
 (0)