diff options
Diffstat (limited to 'security/integrity/Makefile')
-rw-r--r-- | security/integrity/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/integrity/Makefile b/security/integrity/Makefile index 04d6e462b079..046ffc1bb42d 100644 --- a/security/integrity/Makefile +++ b/security/integrity/Makefile | |||
@@ -9,6 +9,7 @@ integrity-y := iint.o | |||
9 | integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o | 9 | integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o |
10 | integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o | 10 | integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o |
11 | integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o | 11 | integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o |
12 | integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o | ||
12 | 13 | ||
13 | subdir-$(CONFIG_IMA) += ima | 14 | subdir-$(CONFIG_IMA) += ima |
14 | obj-$(CONFIG_IMA) += ima/ | 15 | obj-$(CONFIG_IMA) += ima/ |