]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Makefile
crypto: api - Add fips_enable flag
[linux-2.6-omap-h63xx.git] / crypto / Makefile
index 256e33e81e3ed29c0a849a906614fdd53bdaedd4..8a27b834ea76356cef782aec1ed723f9caf6dda1 100644 (file)
@@ -5,6 +5,8 @@
 obj-$(CONFIG_CRYPTO) += crypto.o
 crypto-objs := api.o cipher.o digest.o compress.o
 
+obj-$(CONFIG_CRYPTO_FIPS) += fips.o
+
 crypto_algapi-$(CONFIG_PROC_FS) += proc.o
 crypto_algapi-objs := algapi.o scatterwalk.o $(crypto_algapi-y)
 obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o