From 07d2ca530d353bc8a2b401674732ec3ba3d11977 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 20 Jan 2011 18:51:54 +0100 Subject: The get_ip*_port functions are too large to be inlined, moved into the core. --- kernel/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/Kbuild') diff --git a/kernel/Kbuild b/kernel/Kbuild index 8713c5b..d6c6e3b 100644 --- a/kernel/Kbuild +++ b/kernel/Kbuild @@ -1,7 +1,7 @@ NOSTDINC_FLAGS += -I$(M)/include EXTRA_CFLAGS := -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) -ip_set-y := ip_set_core.o pfxlen.o +ip_set-y := ip_set_core.o ip_set_getport.o pfxlen.o obj-m += ip_set.o xt_set.o obj-m += ip_set_bitmap_ip.o ip_set_bitmap_ipmac.o ip_set_bitmap_port.o obj-m += ip_set_hash_ip.o ip_set_hash_ipport.o ip_set_hash_ipportip.o -- cgit v1.2.3