aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:48:52 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:48:52 +1000
commit53899dc573f4203d5d2a030b4404f7b30f92d202 (patch)
tree5439d5c9081fbe1839893fc846d673257f36684d /libbb/Kbuild.src
parente6c77ec19ac157f85f81ac85b008ef77f229c9ac (diff)
parent9768a82eb0ef8b742034d2b22c32e0cc97633604 (diff)
downloadbusybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.gz
busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.bz2
busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index a4f77414b..a6a163f3e 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -158,6 +158,9 @@ lib-$(CONFIG_MOUNT) += find_mount_point.o
158lib-$(CONFIG_HWCLOCK) += rtc.o 158lib-$(CONFIG_HWCLOCK) += rtc.o
159lib-$(CONFIG_RTCWAKE) += rtc.o 159lib-$(CONFIG_RTCWAKE) += rtc.o
160 160
161lib-$(CONFIG_IOSTAT) += get_cpu_count.o
162lib-$(CONFIG_MPSTAT) += get_cpu_count.o
163
161# We shouldn't build xregcomp.c if we don't need it - this ensures we don't 164# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
162# require regex.h to be in the include dir even if we don't need it thereby 165# require regex.h to be in the include dir even if we don't need it thereby
163# allowing us to build busybox even if uclibc regex support is disabled. 166# allowing us to build busybox even if uclibc regex support is disabled.