Skip to content
Snippets Groups Projects
Commit 61cf45d0 authored by Mimi Zohar's avatar Mimi Zohar
Browse files

encrypted-keys: create encrypted-keys directory


Move all files associated with encrypted keys to keys/encrypted-keys.

Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
parent a8f76409
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ obj-y := \
user_defined.o
obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
obj-$(CONFIG_ENCRYPTED_KEYS) += ecryptfs_format.o encrypted.o
obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/
obj-$(CONFIG_KEYS_COMPAT) += compat.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_SYSCTL) += sysctl.o
#
# Makefile for encrypted keys
#
obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment