1# 2# Makefile for encrypted keys 3# 4 5obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o 6obj-$(CONFIG_TRUSTED_KEYS) += masterkey_trusted.o 7
1# 2# Makefile for encrypted keys 3# 4 5obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o 6obj-$(CONFIG_TRUSTED_KEYS) += masterkey_trusted.o 7