aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/Makefile
diff options
context:
space:
mode:
authorMimi Zohar <zohar@linux.vnet.ibm.com>2011-09-14 15:06:00 -0400
committerMimi Zohar <zohar@linux.vnet.ibm.com>2011-09-14 15:22:26 -0400
commit61cf45d0199041df1a8ba334b6bf4a3a13b7f904 (patch)
treeb287399eb3704b766d2ba3d9a36de0bb57f70139 /security/keys/Makefile
parentTOMOYO: Avoid race when retrying "file execute" permission check. (diff)
downloadlinux-dev-61cf45d0199041df1a8ba334b6bf4a3a13b7f904.tar.xz
linux-dev-61cf45d0199041df1a8ba334b6bf4a3a13b7f904.zip
encrypted-keys: create encrypted-keys directory
Move all files associated with encrypted keys to keys/encrypted-keys. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Diffstat (limited to '')
-rw-r--r--security/keys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/Makefile b/security/keys/Makefile
index b34cc6ee6900..a56f1ffdc64d 100644
--- a/security/keys/Makefile
+++ b/security/keys/Makefile
@@ -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