add kernel version patch
(cherry picked from commit 61359a413cf7b8da7d4329010ca7740b3024eb4f)
This commit is contained in:
parent
7a45ae2f3f
commit
4bc754f695
9
CI_fail_kernel_version.patch
Normal file
9
CI_fail_kernel_version.patch
Normal file
@ -0,0 +1,9 @@
|
||||
diff -Naur kae_driver/Makefile kae_driver_diff/Makefile
|
||||
--- kae_driver/Makefile 2022-02-12 09:36:47.569212700 +0800
|
||||
+++ kae_driver_diff/Makefile 2022-02-12 15:54:27.239858800 +0800
|
||||
@@ -1,4 +1,4 @@
|
||||
-KERNEL_PATH := /lib/modules/`uname -r`/build
|
||||
+KERNEL_PATH := /lib/modules/5.10*/build
|
||||
KSP := $(shell if test -d /lib/modules/`uname -r`/source; then \
|
||||
echo /lib/modules/`uname -r`/source; \
|
||||
else \
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user