commit | 8ae75013c8ddbbbbd82e539e0463086ffa442b40 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sun Nov 10 10:20:45 2002 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sun Nov 10 10:20:45 2002 +0000 |
tree | 6b61c96c05dd6b58b0c8ed9ad70c8071f7467f5e | |
parent | 9a2d27249cc2235f7e001a9ea8d4605406bc5f38 [diff] |
Only compile the files in this dir if the IP applet is enabled
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in index 9f782af..6d35d7b 100644 --- a/networking/libiproute/Makefile.in +++ b/networking/libiproute/Makefile.in
@@ -22,7 +22,7 @@ LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ endif -LIBIPROUTE-y:= \ +LIBIPROUTE-$(CONFIG_IP) += \ ipaddress.o \ iplink.o \ iproute.o \