aboutsummaryrefslogtreecommitdiff
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
parent9a2d27249cc2235f7e001a9ea8d4605406bc5f38 (diff)
downloadbusybox-w32-8ae75013c8ddbbbbd82e539e0463086ffa442b40.tar.gz
busybox-w32-8ae75013c8ddbbbbd82e539e0463086ffa442b40.tar.bz2
busybox-w32-8ae75013c8ddbbbbd82e539e0463086ffa442b40.zip
Only compile the files in this dir if the IP applet is enabled
Diffstat (limited to '')
-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 \