1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2237fead6SMichael Halcrow# 3290502beSKees Cook# Makefile for the Linux eCryptfs 4237fead6SMichael Halcrow# 5237fead6SMichael Halcrow 6237fead6SMichael Halcrowobj-$(CONFIG_ECRYPT_FS) += ecryptfs.o 7237fead6SMichael Halcrow 8290502beSKees Cookecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \ 9290502beSKees Cook crypto.o keystore.o kthread.o debug.o 10290502beSKees Cook 11290502beSKees Cookecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o 12