From 4d30bdb24a47353a94075e52d3f8fe947a34161c Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 3 Jul 2020 15:40:31 +0200 Subject: [PATCH] Fixed build.sh script --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0cfa2df..0df7101 100755 --- a/build.sh +++ b/build.sh @@ -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