Browse Source

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>
Mimi Zohar 13 years ago
parent
commit
61cf45d019

+ 1 - 1
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

+ 5 - 0
security/keys/encrypted-keys/Makefile

@@ -0,0 +1,5 @@
+#
+# Makefile for encrypted keys
+#
+
+obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o

+ 0 - 0
security/keys/ecryptfs_format.c → security/keys/encrypted-keys/ecryptfs_format.c


+ 0 - 0
security/keys/ecryptfs_format.h → security/keys/encrypted-keys/ecryptfs_format.h


+ 0 - 0
security/keys/encrypted.c → security/keys/encrypted-keys/encrypted.c


+ 0 - 0
security/keys/encrypted.h → security/keys/encrypted-keys/encrypted.h