crypto: lib - create utils module and move __crypto_memneq into it
[linux-2.6-microblaze.git] / lib / crypto / Makefile
index 919cbb2..b956b3b 100644 (file)
@@ -1,5 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
 
+obj-$(CONFIG_CRYPTO_LIB_UTILS)                 += libcryptoutils.o
+libcryptoutils-y                               := memneq.o
+
 # chacha is used by the /dev/random driver which is always builtin
 obj-y                                          += chacha.o
 obj-$(CONFIG_CRYPTO_LIB_CHACHA_GENERIC)                += libchacha.o