We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf2ee7 commit 2293cafCopy full SHA for 2293caf
Makefile.in
@@ -22,7 +22,7 @@ all: ipt_NETFLOW.ko libipt_NETFLOW.so libip6t_NETFLOW.so @SNMPTARGET@
22
23
ipt_NETFLOW.ko: version.h ipt_NETFLOW.c ipt_NETFLOW.h Makefile
24
@echo Compiling for kernel $(KVERSION)
25
- make -C $(KDIR) M=$(CURDIR) modules
+ make -C $(KDIR) M=$(CURDIR) modules CONFIG_DEBUG_INFO=y
26
@touch $@
27
sparse: | version.h ipt_NETFLOW.c ipt_NETFLOW.h Makefile
28
@rm -f ipt_NETFLOW.ko ipt_NETFLOW.o
0 commit comments