add kernel version patch

This commit is contained in:
z00590711 2022-02-12 15:58:44 +08:00
parent a271c4b058
commit 61359a413c
2 changed files with 9 additions and 0 deletions

View 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.