Merge tag 'intel-gpio-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy...
[linux-2.6-microblaze.git] / security / keys / encrypted-keys / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for encrypted keys
4 #
5
6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
7
8 encrypted-keys-y := encrypted.o ecryptfs_format.o
9 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o
10 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o
11 encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)