940-ocf_kbuild_integration.patch 490 B

1234567891011121314151617181920
  1. --- a/crypto/Kconfig
  2. +++ b/crypto/Kconfig
  3. @@ -1519,3 +1519,6 @@ source "drivers/crypto/Kconfig"
  4. source crypto/asymmetric_keys/Kconfig
  5. endif # if CRYPTO
  6. +
  7. +source "crypto/ocf/Kconfig"
  8. +
  9. --- a/crypto/Makefile
  10. +++ b/crypto/Makefile
  11. @@ -103,6 +103,8 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg.
  12. obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
  13. obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
  14. +obj-$(CONFIG_OCF_OCF) += ocf/
  15. +
  16. #
  17. # generic algorithms and the async_tx api
  18. #