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