diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
commit | 921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d (patch) | |
tree | f6b5be4741c2856fa0d0f0fa148ee4d0a1fecbaa /networking/libiproute/Kbuild | |
parent | 04b30ba3b88c721b81194cae9cb439ddba4712db (diff) |
- add 'ip rule' support. First take..
text data bss dec hex filename
2999 0 0 2999 bb7 networking/libiproute/iprule.o
Diffstat (limited to 'networking/libiproute/Kbuild')
-rw-r--r-- | networking/libiproute/Kbuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/libiproute/Kbuild b/networking/libiproute/Kbuild index 476374e19..8383630f2 100644 --- a/networking/libiproute/Kbuild +++ b/networking/libiproute/Kbuild @@ -12,6 +12,7 @@ lib-$(CONFIG_IP) += \ iplink.o \ iproute.o \ iptunnel.o \ + iprule.o \ libnetlink.o \ ll_addr.o \ ll_map.o \ @@ -56,3 +57,10 @@ lib-$(CONFIG_IPTUNNEL) += \ iptunnel.o \ rt_names.o \ utils.o + +lib-$(CONFIG_IPRULE) += \ + ip_parse_common_args.o \ + iprule.o \ + rt_names.o \ + utils.o + |