From 97051dbde31e30c4b3a36e6d314d114decd38389 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 4 Oct 2010 12:46:07 +0200 Subject: Take into account the compile time setting of the default hash size --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36f700c..402babe 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ endif ABI_FLAGS:= CFLAGS:=$(ABI_FLAGS) $(COPT_FLAGS) $(WARN_FLAGS) -Ikernel/include -I. # -g -DIPSET_DEBUG +CFLAGS+=-DIP_NF_SET_HASHSIZE=$(IP_NF_SET_HASHSIZE) SH_CFLAGS:=$(CFLAGS) -fPIC LDFLAGS:=$(ABI_FLAGS) SETTYPES:=ipmap portmap macipmap -- cgit v1.2.3