aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-02-09 09:03:18 +0000
committerRon Yorston <rmy@pobox.com>2022-02-09 09:05:39 +0000
commit492d0a7492a57fe8f02c766e25960b0ce0d88759 (patch)
tree4f5764a5c2250c031ea05e9aeacbb40d7971f493 /libbb/Kbuild.src
parent4734416a21312488a5099a297907783bee4ccc22 (diff)
parentcaa9c4f707b661cf398f2c2d66f54f5b0d8adfe2 (diff)
downloadbusybox-w32-492d0a7492a57fe8f02c766e25960b0ce0d88759.tar.gz
busybox-w32-492d0a7492a57fe8f02c766e25960b0ce0d88759.tar.bz2
busybox-w32-492d0a7492a57fe8f02c766e25960b0ce0d88759.zip
Merge busybox into merge
Fix conflicts in reset and ash. Redefine the new safe_read_key() as a reference to read_key(). Disable SHA256_HWACCEL.
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 67d3c7cf7..191984c9d 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -48,6 +48,8 @@ lib-y += hash_md5_sha.o
48lib-y += hash_md5_sha_x86-64.o 48lib-y += hash_md5_sha_x86-64.o
49lib-y += hash_md5_sha_x86-64_shaNI.o 49lib-y += hash_md5_sha_x86-64_shaNI.o
50lib-y += hash_md5_sha_x86-32_shaNI.o 50lib-y += hash_md5_sha_x86-32_shaNI.o
51lib-y += hash_md5_sha256_x86-64_shaNI.o
52lib-y += hash_md5_sha256_x86-32_shaNI.o
51# Alternative (disabled) MD5 implementation 53# Alternative (disabled) MD5 implementation
52#lib-y += hash_md5prime.o 54#lib-y += hash_md5prime.o
53lib-y += messages.o 55lib-y += messages.o
@@ -204,6 +206,7 @@ lib-$(CONFIG_PGREP) += xregcomp.o
204lib-$(CONFIG_PKILL) += xregcomp.o 206lib-$(CONFIG_PKILL) += xregcomp.o
205lib-$(CONFIG_DEVFSD) += xregcomp.o 207lib-$(CONFIG_DEVFSD) += xregcomp.o
206lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o 208lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
209lib-$(CONFIG_FEATURE_CUT_REGEX) += xregcomp.o
207 210
208# Add the experimental logging functionality, only used by zcip 211# Add the experimental logging functionality, only used by zcip
209lib-$(CONFIG_ZCIP) += logenv.o 212lib-$(CONFIG_ZCIP) += logenv.o