diff options
author | James Morris <jmorris@namei.org> | 2011-11-18 18:21:31 +1100 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-11-18 18:21:31 +1100 |
commit | 4e2c5b28f8086cd2f678ade0ea21d8c3cc058c53 (patch) | |
tree | 789fbdac68279765ade21c576bb22b77a5c112bc /security/integrity/Makefile | |
parent | 8077e8b059232f23fe51fdc42868dcd8ba293549 (diff) | |
parent | 15647eb3985ef30dfd657038924dc85c03026733 (diff) |
Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/git/kasatkin/linux-digsig into next
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 0ae44aea651..bece0563ee5 100644 --- a/security/integrity/Makefile +++ b/security/integrity/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_INTEGRITY) += integrity.o +obj-$(CONFIG_INTEGRITY_DIGSIG) += digsig.o integrity-y := iint.o |