summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2015-01-29 01:01:07 +0100
committerJames Morris <james.l.morris@oracle.com>2015-01-29 01:01:07 +0100
commit90200f19160734feceb92a3a054864c340242699 (patch)
tree01972a3ad03a473be2410af64c2a471d5931f135
parentMAINTAINERS: email update (diff)
parentSmack: Repair netfilter dependency (diff)
downloadlinux-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/Makefile2
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