summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
authoredward-p2018-08-30 22:29:10 +0800
committeredward-p2018-08-30 22:29:10 +0800
commitb6150670f38ab318dfbfafa383f1fe1080d0a4ce (patch)
tree57d186dea3e09e424e2ffdccf6dc5a0ab3cd3afb /Makefile.patch
parentb0e24b6b2f6777587c05b57ac4ad5b220faf2df6 (diff)
downloadaur-b6150670f38ab318dfbfafa383f1fe1080d0a4ce.tar.gz
fix kernelver
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.patch b/Makefile.patch
new file mode 100644
index 000000000000..10ec936d6994
--- /dev/null
+++ b/Makefile.patch
@@ -0,0 +1,10 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,5 @@
+ obj-m = xt_FULLCONENAT.o
+ CFLAGS_xt_FULLCONENAT.o := ${CFLAGS}
+-KVERSION = $(shell uname -r)
+ all:
+ make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
+ clean:
+