aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 10:20:45 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 10:20:45 +0000
commit373b7362e14891ec0ab9c602b53b8d079cc8bd76 (patch)
tree6b61c96c05dd6b58b0c8ed9ad70c8071f7467f5e /networking
parent7cde7525fdff2b5baf1c50850141d890c4641ed9 (diff)
downloadbusybox-w32-373b7362e14891ec0ab9c602b53b8d079cc8bd76.tar.gz
busybox-w32-373b7362e14891ec0ab9c602b53b8d079cc8bd76.tar.bz2
busybox-w32-373b7362e14891ec0ab9c602b53b8d079cc8bd76.zip
Only compile the files in this dir if the IP applet is enabled
git-svn-id: svn://busybox.net/trunk/busybox@5896 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/libiproute/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in
index 9f782af16..6d35d7b3f 100644
--- a/networking/libiproute/Makefile.in
+++ b/networking/libiproute/Makefile.in
@@ -22,7 +22,7 @@ ifndef $(LIBIPROUTE_DIR)
22LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ 22LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
23endif 23endif
24 24
25LIBIPROUTE-y:= \ 25LIBIPROUTE-$(CONFIG_IP) += \
26 ipaddress.o \ 26 ipaddress.o \
27 iplink.o \ 27 iplink.o \
28 iproute.o \ 28 iproute.o \