Kaynağa Gözat

kernel: crypto: format "crypto-hw-ccp" dependencies

Use multiples lines for better readability and sort lines.

Suggested-by: Stijn Tintel <[email protected]>
Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki 4 yıl önce
ebeveyn
işleme
107111adbb
1 değiştirilmiş dosya ile 8 ekleme ve 1 silme
  1. 8 1
      package/kernel/linux/modules/crypto.mk

+ 8 - 1
package/kernel/linux/modules/crypto.mk

@@ -319,7 +319,14 @@ $(eval $(call KernelPackage,crypto-hmac))
 
 define KernelPackage/crypto-hw-ccp
   TITLE:=AMD Cryptographic Coprocessor
-  DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash +kmod-crypto-manager +kmod-random-core +kmod-crypto-sha1 +kmod-crypto-sha256 +kmod-crypto-rsa
+  DEPENDS:= \
+	+kmod-crypto-authenc \
+	+kmod-crypto-hash \
+	+kmod-crypto-manager \
+	+kmod-crypto-rsa \
+	+kmod-crypto-sha1 \
+	+kmod-crypto-sha256 \
+	+kmod-random-core
   KCONFIG:= \
 	CONFIG_CRYPTO_HW=y \
 	CONFIG_CRYPTO_DEV_CCP=y \