From 8fe801b26453509f12057788a8ecddb29671b26c Mon Sep 17 00:00:00 2001 From: Chion Tang Date: Tue, 13 Mar 2018 16:33:32 +0000 Subject: feature: support for multiple external interfaces --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3