From 437dbd91f945723173e368db1d7308432b679147 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Fri, 1 May 2026 09:36:37 -0400 Subject: [PATCH] Change compiler to clang for module compilation --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index 501895e..61dd02e 100644 --- a/patch.sh +++ b/patch.sh @@ -66,7 +66,7 @@ all: \$(MAKE) -C \$(KDIR) M=\$(PWD) modules EOF -make KVER="$KVER" 2>&1 +make KVER="$KVER" CC=clang LLVM=1 test -f btusb.ko || { echo "Error: compilation failed"; exit 1; } echo "==> Installing module..."