projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a2d272
)
Only compile the files in this dir if the IP applet is enabled
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 10 Nov 2002 10:20:45 +0000
(10:20 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 10 Nov 2002 10:20:45 +0000
(10:20 -0000)
networking/libiproute/Makefile.in
patch
|
blob
|
history
diff --git
a/networking/libiproute/Makefile.in
b/networking/libiproute/Makefile.in
index 9f782af164a128e0f25ca693032ff3857371522a..6d35d7b3f319876b3ccc1cb690a5635b5c129d08 100644
(file)
--- 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 \