Bluetooth: btbcm: Consolidate the controller information commands
[linux/fpc-iii.git] / security / keys / encrypted-keys / Makefile
blobd6f8433250a5a37db4543b61c1b73303f92be574
2 # Makefile for encrypted keys
5 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
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)