aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/Kbuild
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 20:10:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 20:10:51 +0200
commitda929a95aace0e79fbc621af2ab03c76d74d5fcb (patch)
tree2b7dd63658eef78fde7604772d9815283c2c1cdf /networking/libiproute/Kbuild
parente4070cb0d7586037c6fcf0f0f00d8d5b97f649d3 (diff)
downloadbusybox-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.gz
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/Kbuild')
-rw-r--r--networking/libiproute/Kbuild64
1 files changed, 0 insertions, 64 deletions
diff --git a/networking/libiproute/Kbuild b/networking/libiproute/Kbuild
deleted file mode 100644
index 5f9dd32b6..000000000
--- a/networking/libiproute/Kbuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Makefile for busybox
-#
-# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
-#
-# Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
-#
-
-lib-y:=
-
-lib-$(CONFIG_SLATTACH) += \
- utils.o
-
-lib-$(CONFIG_IP) += \
- ip_parse_common_args.o \
- libnetlink.o \
- ll_addr.o \
- ll_map.o \
- ll_proto.o \
- ll_types.o \
- rt_names.o \
- rtm_map.o \
- utils.o
-
-lib-$(CONFIG_FEATURE_IP_ADDRESS) += \
- ip_parse_common_args.o \
- ipaddress.o \
- libnetlink.o \
- ll_addr.o \
- ll_map.o \
- ll_types.o \
- rt_names.o \
- utils.o
-
-lib-$(CONFIG_FEATURE_IP_LINK) += \
- ip_parse_common_args.o \
- ipaddress.o \
- iplink.o \
- libnetlink.o \
- ll_addr.o \
- ll_map.o \
- ll_types.o \
- rt_names.o \
- utils.o
-
-lib-$(CONFIG_FEATURE_IP_ROUTE) += \
- ip_parse_common_args.o \
- iproute.o \
- libnetlink.o \
- ll_map.o \
- rt_names.o \
- rtm_map.o \
- utils.o
-
-lib-$(CONFIG_FEATURE_IP_TUNNEL) += \
- ip_parse_common_args.o \
- iptunnel.o \
- rt_names.o \
- utils.o
-
-lib-$(CONFIG_FEATURE_IP_RULE) += \
- ip_parse_common_args.o \
- iprule.o \
- rt_names.o \
- utils.o