xref: /linux/fs/ecryptfs/Makefile (revision 290502bee239062499297916bb7d21d205e99d62)
1237fead6SMichael Halcrow#
2*290502beSKees Cook# Makefile for the Linux eCryptfs
3237fead6SMichael Halcrow#
4237fead6SMichael Halcrow
5237fead6SMichael Halcrowobj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
6237fead6SMichael Halcrow
7*290502beSKees Cookecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
8*290502beSKees Cook	      crypto.o keystore.o kthread.o debug.o
9*290502beSKees Cook
10*290502beSKees Cookecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o
11