1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for encrypted keys 2 # Makefile for encrypted keys 4 # 3 # 5 4 6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys 5 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o 7 6 8 encrypted-keys-y := encrypted.o ecryptfs_forma 7 encrypted-keys-y := encrypted.o ecryptfs_format.o 9 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_ 8 masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o 10 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCR 9 masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o 11 encrypted-keys-y += $(masterkey-y) $(masterkey 10 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.