diff options
Diffstat (limited to 'security/keys/Makefile')
-rw-r--r-- | security/keys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keys/Makefile b/security/keys/Makefile index 504aaa008388..c487c77a00be 100644 --- a/security/keys/Makefile +++ b/security/keys/Makefile | |||
@@ -22,5 +22,6 @@ obj-$(CONFIG_SYSCTL) += sysctl.o | |||
22 | # | 22 | # |
23 | # Key types | 23 | # Key types |
24 | # | 24 | # |
25 | obj-$(CONFIG_BIG_KEYS) += big_key.o | ||
25 | obj-$(CONFIG_TRUSTED_KEYS) += trusted.o | 26 | obj-$(CONFIG_TRUSTED_KEYS) += trusted.o |
26 | obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/ | 27 | obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/ |