68f0a847d28b18c5f495efdc550e11f53ae5b012
[openwrt.git] / target / linux / generic / patches-4.3 / 940-ocf_kbuild_integration.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -1645,3 +1645,6 @@ source crypto/asymmetric_keys/Kconfig
4  source certs/Kconfig
5  
6  endif  # if CRYPTO
7 +
8 +source "crypto/ocf/Kconfig"
9 +
10 --- a/crypto/Makefile
11 +++ b/crypto/Makefile
12 @@ -119,6 +119,8 @@ obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) +
13  obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o
14  obj-$(CONFIG_CRYPTO_USER_API_AEAD) += algif_aead.o
15  
16 +obj-$(CONFIG_OCF_OCF) += ocf/
17 +
18  #
19  # generic algorithms and the async_tx api
20  #