Skip to content

Commit 2293caf

Browse files
committed
Enable CONFIG_DEBUG_INFO for module by default.
1 parent bbf2ee7 commit 2293caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all: ipt_NETFLOW.ko libipt_NETFLOW.so libip6t_NETFLOW.so @SNMPTARGET@
2222

2323
ipt_NETFLOW.ko: version.h ipt_NETFLOW.c ipt_NETFLOW.h Makefile
2424
@echo Compiling for kernel $(KVERSION)
25-
make -C $(KDIR) M=$(CURDIR) modules
25+
make -C $(KDIR) M=$(CURDIR) modules CONFIG_DEBUG_INFO=y
2626
@touch $@
2727
sparse: | version.h ipt_NETFLOW.c ipt_NETFLOW.h Makefile
2828
@rm -f ipt_NETFLOW.ko ipt_NETFLOW.o

0 commit comments

Comments
 (0)