Fixed build.sh script

This commit is contained in:
Andrea Bondavalli 2020-07-03 15:40:31 +02:00
parent dd0ab49c6c
commit 4d30bdb24a

View File

@ -21,8 +21,9 @@ if [ ! -d ravenna-alsa-lkm.git ]; then
git apply ../patches/ravenna-alsa-lkm-disable-ptp-checksum.patch
git apply ../patches/ravenna-alsa-lkm-independent-playback-capture.path
echo "Building ravenna-alsa-lkm kernel module ..."
cd driver
make
cd ..
cd ../..
fi
if [ ! -d cpp-httplib.git ]; then