aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:15 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:15 +0700
commit5f6f2162512106adf120d4b528bb125e93e34429 (patch)
tree7d7449f755633c263be7125ad58d21cc3ca5b8a7 /libbb/Kbuild.src
parent9db69882bee2d528d706d61d34ef7741122330be (diff)
parenta116552869db5e7793ae10968eb3c962c69b3d8c (diff)
downloadbusybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.gz
busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.bz2
busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index e3866e456..b88fa8fe7 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -159,6 +159,7 @@ lib-$(CONFIG_RTCWAKE) += rtc.o
159 159
160lib-$(CONFIG_IOSTAT) += get_cpu_count.o 160lib-$(CONFIG_IOSTAT) += get_cpu_count.o
161lib-$(CONFIG_MPSTAT) += get_cpu_count.o 161lib-$(CONFIG_MPSTAT) += get_cpu_count.o
162lib-$(CONFIG_POWERTOP) += get_cpu_count.o
162 163
163# 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
164# 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