summarylogtreecommitdiffstats
path: root/0001-Arch-compatible-paths-for-kernel-headers-modules.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Arch-compatible-paths-for-kernel-headers-modules.patch')
-rw-r--r--0001-Arch-compatible-paths-for-kernel-headers-modules.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0001-Arch-compatible-paths-for-kernel-headers-modules.patch b/0001-Arch-compatible-paths-for-kernel-headers-modules.patch
deleted file mode 100644
index 9e30ff5d4ad0..000000000000
--- a/0001-Arch-compatible-paths-for-kernel-headers-modules.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 14ecae90765a25385c2f8b1d648478ca021ec460 Mon Sep 17 00:00:00 2001
-From: Emil Suleymanov <suleymanovemil8@gmail.com>
-Date: Thu, 26 May 2022 13:00:02 +0200
-Subject: [PATCH] Arch compatible paths for kernel headers/modules
-
----
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index fcb6c8a..340760e 100644
---- a/Makefile
-+++ b/Makefile
-@@ -4,8 +4,8 @@ MODULE_VERSION=1.0.0
- DKMS := $(shell which dkms)
- PWD := $(shell pwd)
- KVERSION := $(shell uname -r)
--KERNEL_DIR = /usr/src/linux-headers-$(KVERSION)/
--MODULE_DIR = /lib/modules/$(KVERSION)
-+KERNEL_DIR = /usr/lib/modules/$(KVERSION)/build
-+MODULE_DIR = /usr/lib/modules/$(KVERSION)/
-
- ifneq ($(DKMS),)
- MODULE_INSTALLED := $(shell dkms status $(MODULE_NAME))
---
-2.36.1
-