]> Git Repo - J-u-boot.git/blobdiff - lib/Makefile
Merge tag 'v2023.10-rc4' into next
[J-u-boot.git] / lib / Makefile
index 839872d804b5fde7fff4ab9a5fcf5cd0b25fd789..1c31ad9531e8f97149fc9b76c76828a9db109a01 100644 (file)
@@ -73,9 +73,9 @@ obj-$(CONFIG_ECDSA) += ecdsa/
 obj-$(CONFIG_$(SPL_)RSA) += rsa/
 obj-$(CONFIG_HASH) += hash-checksum.o
 obj-$(CONFIG_BLAKE2) += blake2/blake2b.o
-obj-$(CONFIG_SHA1) += sha1.o
-obj-$(CONFIG_SHA256) += sha256.o
-obj-$(CONFIG_SHA512) += sha512.o
+obj-$(CONFIG_$(SPL_)SHA1) += sha1.o
+obj-$(CONFIG_$(SPL_)SHA256) += sha256.o
+obj-$(CONFIG_$(SPL_)SHA512) += sha512.o
 obj-$(CONFIG_CRYPT_PW) += crypt/
 obj-$(CONFIG_$(SPL_)ASN1_DECODER) += asn1_decoder.o
 
This page took 0.024475 seconds and 4 git commands to generate.