aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \