From: Glenn L McGrath Date: Sun, 10 Nov 2002 10:20:45 +0000 (-0000) Subject: Only compile the files in this dir if the IP applet is enabled X-Git-Tag: 1_00_pre1~465 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ae75013c8ddbbbbd82e539e0463086ffa442b40;p=oweals%2Fbusybox.git 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 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 \