add kernel version patch

(cherry picked from commit 61359a413cf7b8da7d4329010ca7740b3024eb4f)
This commit is contained in:
z00590711 2022-02-12 15:58:44 +08:00 committed by openeuler-sync-bot
parent 7a45ae2f3f
commit 4bc754f695
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.