diff options
author | James Morris <james.l.morris@oracle.com> | 2015-01-29 01:01:07 +0100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2015-01-29 01:01:07 +0100 |
commit | 90200f19160734feceb92a3a054864c340242699 (patch) | |
tree | 01972a3ad03a473be2410af64c2a471d5931f135 | |
parent | MAINTAINERS: email update (diff) | |
parent | Smack: Repair netfilter dependency (diff) | |
download | linux-90200f19160734feceb92a3a054864c340242699.tar.xz linux-90200f19160734feceb92a3a054864c340242699.zip |
Merge branch 'smack-for-3.20-rebased' of git://git.gitorious.org/smack-next/kernel into next
-rw-r--r-- | security/smack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/Makefile b/security/smack/Makefile index 616cf93b368e..ee2ebd504541 100644 --- a/security/smack/Makefile +++ b/security/smack/Makefile @@ -5,4 +5,4 @@ obj-$(CONFIG_SECURITY_SMACK) := smack.o smack-y := smack_lsm.o smack_access.o smackfs.o -smack-$(CONFIG_NETFILTER) += smack_netfilter.o +smack-$(CONFIG_SECURITY_SMACK_NETFILTER) += smack_netfilter.o |