diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/integrity/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/integrity/Makefile b/security/integrity/Makefile index 0793f4811cb7..8d1f4bf51087 100644 --- a/security/integrity/Makefile +++ b/security/integrity/Makefile | |||
@@ -3,11 +3,11 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_INTEGRITY) += integrity.o | 5 | obj-$(CONFIG_INTEGRITY) += integrity.o |
6 | obj-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o | ||
7 | obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o | ||
8 | obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o | ||
9 | 6 | ||
10 | integrity-y := iint.o | 7 | integrity-y := iint.o |
8 | integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o | ||
9 | integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o | ||
10 | integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o | ||
11 | 11 | ||
12 | subdir-$(CONFIG_IMA) += ima | 12 | subdir-$(CONFIG_IMA) += ima |
13 | obj-$(CONFIG_IMA) += ima/ | 13 | obj-$(CONFIG_IMA) += ima/ |