diff options
Diffstat (limited to 'networking/libiproute/Kbuild.src')
-rw-r--r-- | networking/libiproute/Kbuild.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src index 7c78f3c6a..c20e2fee8 100644 --- a/networking/libiproute/Kbuild.src +++ b/networking/libiproute/Kbuild.src | |||
@@ -64,3 +64,11 @@ lib-$(CONFIG_FEATURE_IP_RULE) += \ | |||
64 | iprule.o \ | 64 | iprule.o \ |
65 | rt_names.o \ | 65 | rt_names.o \ |
66 | utils.o | 66 | utils.o |
67 | |||
68 | lib-$(CONFIG_FEATURE_IP_NEIGH) += \ | ||
69 | ip_parse_common_args.o \ | ||
70 | ipneigh.o \ | ||
71 | libnetlink.o \ | ||
72 | ll_map.o \ | ||
73 | rt_names.o \ | ||
74 | utils.o | ||