diff options
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 6 |
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 | |||
168 | lib-$(CONFIG_MPSTAT) += get_cpu_count.o | 168 | lib-$(CONFIG_MPSTAT) += get_cpu_count.o |
169 | lib-$(CONFIG_POWERTOP) += get_cpu_count.o | 169 | lib-$(CONFIG_POWERTOP) += get_cpu_count.o |
170 | 170 | ||
171 | lib-$(CONFIG_PING) += inet_cksum.o | ||
172 | lib-$(CONFIG_TRACEROUTE) += inet_cksum.o | ||
173 | lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o | ||
174 | lib-$(CONFIG_UDHCPC) += inet_cksum.o | ||
175 | lib-$(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. |