Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
#export CC=/usr/bin/clang
#export CXX=/usr/bin/clang++

die() {
echo >&2 "ERROR: $*"
exit 1
}

TOPDIR=$(pwd)

echo "Init git submodules ..."
git submodule update --init --recursive

cd 3rdparty/ravenna-alsa-lkm/driver
git checkout aes67-daemon
make
make || die "Building the ALSA kernel module failed"
cd -

cd webui
Expand Down