diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-01-18 09:07:11 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-01-24 10:14:22 +1100 |
commit | 4b174b6d281f5c87234fc65bafc02877f565c5cf (patch) | |
tree | 5c1f0519d2f4d642ac9ecec9a180019fe980958e /security/keys/Makefile | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 (diff) | |
download | linux-3.10-4b174b6d281f5c87234fc65bafc02877f565c5cf.tar.gz linux-3.10-4b174b6d281f5c87234fc65bafc02877f565c5cf.tar.bz2 linux-3.10-4b174b6d281f5c87234fc65bafc02877f565c5cf.zip |
trusted-keys: rename trusted_defined files to trusted
Rename trusted_defined.c and trusted_defined.h files to trusted.c and
trusted.h, respectively. Based on request from David Howells.
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/keys/Makefile')
-rw-r--r-- | security/keys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/Makefile b/security/keys/Makefile index 6c941050f57..ad8da87653c 100644 --- a/security/keys/Makefile +++ b/security/keys/Makefile @@ -13,7 +13,7 @@ obj-y := \ request_key_auth.o \ user_defined.o -obj-$(CONFIG_TRUSTED_KEYS) += trusted_defined.o +obj-$(CONFIG_TRUSTED_KEYS) += trusted.o obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted_defined.o obj-$(CONFIG_KEYS_COMPAT) += compat.o obj-$(CONFIG_PROC_FS) += proc.o |