Only compile the files in this dir if the IP applet is enabled
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 10:20:45 +0000 (10:20 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 10 Nov 2002 10:20:45 +0000 (10:20 -0000)
networking/libiproute/Makefile.in

index 9f782af164a128e0f25ca693032ff3857371522a..6d35d7b3f319876b3ccc1cb690a5635b5c129d08 100644 (file)
@@ -22,7 +22,7 @@ ifndef $(LIBIPROUTE_DIR)
 LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
 endif
 
-LIBIPROUTE-y:= \
+LIBIPROUTE-$(CONFIG_IP) += \
        ipaddress.o \
        iplink.o \
        iproute.o \