Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
[pandora-kernel.git] / security / keys / encrypted-keys / Makefile
1 #
2 # Makefile for encrypted keys
3 #
4
5 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
6
7 encrypted-keys-y := encrypted.o ecryptfs_format.o
8 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o
9 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o
10 encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)