diff options
author | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-07 14:15:25 +0200 |
---|---|---|
committer | sven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756> | 2010-10-07 14:15:25 +0200 |
commit | 50907826b01fb170d1d61ea89f4fd72515ecf53e (patch) | |
tree | bbda66b21267d1a0598e7d1522d8acd42334bc31 /Makefile | |
parent | e566557c4514b4cc14171cb2581c8cc85902a430 (diff) | |
download | NPTv6-50907826b01fb170d1d61ea89f4fd72515ecf53e.tar NPTv6-50907826b01fb170d1d61ea89f4fd72515ecf53e.zip |
switched to pr_devel for debug msg
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@15 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ KPATH := /lib/modules/$(KVERSION)/build IPTABLES_VERSION := $(shell ip6tables --version|sed 's/^.*\([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\).*/\1/') IPTABLES_VERSION_CODE := $(shell echo $$(( $$(echo $(IPTABLES_VERSION)|sed 's/^.*\([[:digit:]]\+\)\.\([[:digit:]]\+\)\.\([[:digit:]]\+\).*/\1 * 65536 + \2 * 256 + \3/') ))) ifeq ($(DEBUG),1) -EXTRA_CFLAGS := -DMAP66_DEBUG +EXTRA_CFLAGS := -DDEBUG endif all: libip6t_MAP66.so |