diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 10:20:45 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 10:20:45 +0000 |
commit | 8ae75013c8ddbbbbd82e539e0463086ffa442b40 (patch) | |
tree | 6b61c96c05dd6b58b0c8ed9ad70c8071f7467f5e | |
parent | 9a2d27249cc2235f7e001a9ea8d4605406bc5f38 (diff) | |
download | busybox-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.in | 2 |
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) | |||
22 | LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ | 22 | LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ |
23 | endif | 23 | endif |
24 | 24 | ||
25 | LIBIPROUTE-y:= \ | 25 | LIBIPROUTE-$(CONFIG_IP) += \ |
26 | ipaddress.o \ | 26 | ipaddress.o \ |
27 | iplink.o \ | 27 | iplink.o \ |
28 | iproute.o \ | 28 | iproute.o \ |