aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Chion Tang <sdspeedonion@gmail.com> 2018-03-13 16:33:32 +0000
committerGravatar Chion Tang <sdspeedonion@gmail.com> 2018-03-13 16:33:32 +0000
commit8fe801b26453509f12057788a8ecddb29671b26c (patch)
tree29b57c1b9c47a2788e4b81dd2c3696f04849c976 /Makefile
parentfeature: conntrack event callback (diff)
downloadnetfilter-full-cone-nat-8fe801b26453509f12057788a8ecddb29671b26c.tar.gz
netfilter-full-cone-nat-8fe801b26453509f12057788a8ecddb29671b26c.tar.bz2
netfilter-full-cone-nat-8fe801b26453509f12057788a8ecddb29671b26c.zip
feature: support for multiple external interfaces
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 923d738..3665c40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +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