970-ocf_kbuild_integration.patch 447 B

1234567891011121314151617181920
  1. --- a/crypto/Kconfig
  2. +++ b/crypto/Kconfig
  3. @@ -817,3 +817,6 @@ config CRYPTO_ANSI_CPRNG
  4. source "drivers/crypto/Kconfig"
  5. endif # if CRYPTO
  6. +
  7. +source "crypto/ocf/Kconfig"
  8. +
  9. --- a/crypto/Makefile
  10. +++ b/crypto/Makefile
  11. @@ -85,6 +85,8 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_
  12. obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
  13. obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
  14. +obj-$(CONFIG_OCF_OCF) += ocf/
  15. +
  16. #
  17. # generic algorithms and the async_tx api
  18. #