982e617a31
Encrypted keys are decrypted/encrypted using either a trusted-key or, for those systems without a TPM, a user-defined key. This patch removes the trusted-keys and TCG_TPM dependencies. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
7 lines
147 B
Makefile
7 lines
147 B
Makefile
#
|
|
# Makefile for encrypted keys
|
|
#
|
|
|
|
obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o
|
|
obj-$(CONFIG_TRUSTED_KEYS) += masterkey_trusted.o
|