aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2011-09-07 17:52:37 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-07 17:55:40 +0200
commite8f36330d9bb27f9f7e66aa6f01ff92c07d86f62 (patch)
tree863018163a166cc690902d8027a3f04f9f812dd3 /libbb/Kbuild.src
parent8c84f7545cf08925edb23d94d9f6519b338267c6 (diff)
downloadbusybox-w32-e8f36330d9bb27f9f7e66aa6f01ff92c07d86f62.tar.gz
busybox-w32-e8f36330d9bb27f9f7e66aa6f01ff92c07d86f62.tar.bz2
busybox-w32-e8f36330d9bb27f9f7e66aa6f01ff92c07d86f62.zip
networking: consolidate the IP checksum code. -129 bytes.
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 875d02456..335b34128 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -166,6 +166,12 @@ lib-$(CONFIG_IOSTAT) += get_cpu_count.o
166lib-$(CONFIG_MPSTAT) += get_cpu_count.o 166lib-$(CONFIG_MPSTAT) += get_cpu_count.o
167lib-$(CONFIG_POWERTOP) += get_cpu_count.o 167lib-$(CONFIG_POWERTOP) += get_cpu_count.o
168 168
169lib-$(CONFIG_PING) += inet_cksum.o
170lib-$(CONFIG_TRACEROUTE) += inet_cksum.o
171lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o
172lib-$(CONFIG_UDHCPC) += inet_cksum.o
173lib-$(CONFIG_UDHCPD) += inet_cksum.o
174
169# We shouldn't build xregcomp.c if we don't need it - this ensures we don't 175# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
170# require regex.h to be in the include dir even if we don't need it thereby 176# require regex.h to be in the include dir even if we don't need it thereby
171# allowing us to build busybox even if uclibc regex support is disabled. 177# allowing us to build busybox even if uclibc regex support is disabled.