summaryrefslogtreecommitdiffstats
path: root/kernel/security/smack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/security/smack/Makefile')
-rw-r--r--kernel/security/smack/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/security/smack/Makefile b/kernel/security/smack/Makefile
new file mode 100644
index 000000000..ee2ebd504
--- /dev/null
+++ b/kernel/security/smack/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the SMACK LSM
+#
+
+obj-$(CONFIG_SECURITY_SMACK) := smack.o
+
+smack-y := smack_lsm.o smack_access.o smackfs.o
+smack-$(CONFIG_SECURITY_SMACK_NETFILTER) += smack_netfilter.o