diff options
Diffstat (limited to 'security/smack/Makefile')
-rw-r--r-- | security/smack/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/smack/Makefile b/security/smack/Makefile new file mode 100644 index 000000000000..67a63aaec827 --- /dev/null +++ b/security/smack/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the SMACK LSM | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_SECURITY_SMACK) := smack.o | ||
6 | |||
7 | smack-y := smack_lsm.o smack_access.o smackfs.o | ||