[PATCH] Smack: fix netfilter Makefile entry
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-01-28 20:33:48
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-01-28 20:33:48
Also in:
lkml
On Wednesday 28 January 2015 21:18:11 Sergei Shtylyov wrote:
quoted
diff --git a/security/smack/Makefile b/security/smack/Makefile index 616cf93b368e..d4a376c84050 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-$(SECURITY_SMACK_NETFILTER) += smack_netfilter.oCONFIG_ missing?
Yes, you are right. Anyway, as another fix is already queued, it doesn't matter any more. Arnd