aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 10:20:45 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 10:20:45 +0000
commit8ae75013c8ddbbbbd82e539e0463086ffa442b40 (patch)
tree6b61c96c05dd6b58b0c8ed9ad70c8071f7467f5e /networking
parent9a2d27249cc2235f7e001a9ea8d4605406bc5f38 (diff)
downloadbusybox-8ae75013c8ddbbbbd82e539e0463086ffa442b40.tar.gz
Only compile the files in this dir if the IP applet is enabled
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)
LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
endif
-LIBIPROUTE-y:= \
+LIBIPROUTE-$(CONFIG_IP) += \
ipaddress.o \
iplink.o \
iproute.o \