diff options
author | Ron Yorston <rmy@pobox.com> | 2022-02-09 09:03:18 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-02-09 09:05:39 +0000 |
commit | 492d0a7492a57fe8f02c766e25960b0ce0d88759 (patch) | |
tree | 4f5764a5c2250c031ea05e9aeacbb40d7971f493 /libbb/Kbuild.src | |
parent | 4734416a21312488a5099a297907783bee4ccc22 (diff) | |
parent | caa9c4f707b661cf398f2c2d66f54f5b0d8adfe2 (diff) | |
download | busybox-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.src | 3 |
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 | |||
48 | lib-y += hash_md5_sha_x86-64.o | 48 | lib-y += hash_md5_sha_x86-64.o |
49 | lib-y += hash_md5_sha_x86-64_shaNI.o | 49 | lib-y += hash_md5_sha_x86-64_shaNI.o |
50 | lib-y += hash_md5_sha_x86-32_shaNI.o | 50 | lib-y += hash_md5_sha_x86-32_shaNI.o |
51 | lib-y += hash_md5_sha256_x86-64_shaNI.o | ||
52 | lib-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 |
53 | lib-y += messages.o | 55 | lib-y += messages.o |
@@ -204,6 +206,7 @@ lib-$(CONFIG_PGREP) += xregcomp.o | |||
204 | lib-$(CONFIG_PKILL) += xregcomp.o | 206 | lib-$(CONFIG_PKILL) += xregcomp.o |
205 | lib-$(CONFIG_DEVFSD) += xregcomp.o | 207 | lib-$(CONFIG_DEVFSD) += xregcomp.o |
206 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o | 208 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o |
209 | lib-$(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 |
209 | lib-$(CONFIG_ZCIP) += logenv.o | 212 | lib-$(CONFIG_ZCIP) += logenv.o |