crypto: octeon - add SHA256 module
[deliverable/linux.git] / arch / mips / cavium-octeon / crypto / Makefile
1 #
2 # OCTEON-specific crypto modules.
3 #
4
5 obj-y += octeon-crypto.o
6
7 obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
8 obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
9 obj-$(CONFIG_CRYPTO_SHA256_OCTEON) += octeon-sha256.o
This page took 0.032101 seconds and 5 git commands to generate.