aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/Makefile
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-08-04 03:38:38 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:53:40 -0700
commit14c0b97ddfc2944982d078b8e33b088840068976 (patch)
tree41109287d7e143da29b4bc8742040582af17d870 /net/core/Makefile
parentc71099acce933455123ee505cc75964610a209ad (diff)
downloadkernel_samsung_smdk4412-14c0b97ddfc2944982d078b8e33b088840068976.zip
kernel_samsung_smdk4412-14c0b97ddfc2944982d078b8e33b088840068976.tar.gz
kernel_samsung_smdk4412-14c0b97ddfc2944982d078b8e33b088840068976.tar.bz2
[NET]: Protocol Independant Policy Routing Rules Framework
Derived from net/ipv/fib_rules.c Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/Makefile')
-rw-r--r--net/core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/Makefile b/net/core/Makefile
index 2645ba4..1195680 100644
--- a/net/core/Makefile
+++ b/net/core/Makefile
@@ -17,3 +17,4 @@ obj-$(CONFIG_NET_PKTGEN) += pktgen.o
obj-$(CONFIG_WIRELESS_EXT) += wireless.o
obj-$(CONFIG_NETPOLL) += netpoll.o
obj-$(CONFIG_NET_DMA) += user_dma.o
+obj-$(CONFIG_FIB_RULES) += fib_rules.o