summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
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:
+