aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
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 b5e9afc78..4cb063f89 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -168,6 +168,12 @@ lib-$(CONFIG_IOSTAT) += get_cpu_count.o
168lib-$(CONFIG_MPSTAT) += get_cpu_count.o 168lib-$(CONFIG_MPSTAT) += get_cpu_count.o
169lib-$(CONFIG_POWERTOP) += get_cpu_count.o 169lib-$(CONFIG_POWERTOP) += get_cpu_count.o
170 170
171lib-$(CONFIG_PING) += inet_cksum.o
172lib-$(CONFIG_TRACEROUTE) += inet_cksum.o
173lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o
174lib-$(CONFIG_UDHCPC) += inet_cksum.o
175lib-$(CONFIG_UDHCPD) += inet_cksum.o
176
171# We shouldn't build xregcomp.c if we don't need it - this ensures we don't 177# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
172# require regex.h to be in the include dir even if we don't need it thereby 178# require regex.h to be in the include dir even if we don't need it thereby
173# allowing us to build busybox even if uclibc regex support is disabled. 179# allowing us to build busybox even if uclibc regex support is disabled.