summaryrefslogtreecommitdiff
path: root/security/smack/Makefile
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
commit57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch)
tree5e910f0e82173f4ef4f51111366a3f1299037a7b /security/smack/Makefile
Initial import
Diffstat (limited to 'security/smack/Makefile')
-rw-r--r--security/smack/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/smack/Makefile b/security/smack/Makefile
new file mode 100644
index 000000000..ee2ebd504
--- /dev/null
+++ b/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