aboutsummaryrefslogtreecommitdiff
path: root/security/keys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/keys/Makefile')
-rw-r--r--security/keys/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/security/keys/Makefile b/security/keys/Makefile
index 747a464943a..dfb3a7beded 100644
--- a/security/keys/Makefile
+++ b/security/keys/Makefile
@@ -2,7 +2,11 @@
# Makefile for key management
#
+#
+# Core
+#
obj-y := \
+ gc.o \
key.o \
keyring.o \
keyctl.o \
@@ -11,7 +15,14 @@ obj-y := \
request_key.o \
request_key_auth.o \
user_defined.o
-
obj-$(CONFIG_KEYS_COMPAT) += compat.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_SYSCTL) += sysctl.o
+obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
+
+#
+# Key types
+#
+obj-$(CONFIG_BIG_KEYS) += big_key.o
+obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
+obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/