1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Makefile for encrypted keys 3 # Makefile for encrypted keys 4 # 4 # 5 5 6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys 6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o 7 7 8 encrypted-keys-y := encrypted.o ecryptfs_forma 8 encrypted-keys-y := encrypted.o ecryptfs_format.o 9 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_ 9 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o 10 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCR 10 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o 11 encrypted-keys-y += $(masterkey-y) $(masterkey 11 encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.