diff options
-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 @@ | |||
5 | obj-$(CONFIG_SECURITY_SMACK) := smack.o | 5 | obj-$(CONFIG_SECURITY_SMACK) := smack.o |
6 | 6 | ||
7 | smack-y := smack_lsm.o smack_access.o smackfs.o | 7 | smack-y := smack_lsm.o smack_access.o smackfs.o |
8 | smack-$(CONFIG_NETFILTER) += smack_netfilter.o | 8 | smack-$(CONFIG_SECURITY_SMACK_NETFILTER) += smack_netfilter.o |