diff --git a/crypto/Makefile b/crypto/Makefile
index 9821c5ba054ee3a6c5b1e991463ce37af30c8d4e..7e1d5b899033aace7ae97cddaa39469b53c7c9a2 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -2,10 +2,10 @@
 # Cryptographic API
 #
 
-obj-$(CONFIG_CRYPTO) += api.o scatterwalk.o cipher.o digest.o compress.o
+obj-$(CONFIG_CRYPTO) += api.o cipher.o digest.o compress.o
 
 crypto_algapi-$(CONFIG_PROC_FS) += proc.o
-crypto_algapi-objs := algapi.o $(crypto_algapi-y)
+crypto_algapi-objs := algapi.o scatterwalk.o $(crypto_algapi-y)
 obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o
 
 obj-$(CONFIG_CRYPTO_ABLKCIPHER) += ablkcipher.o