# SPDX-License-Identifier: GPL-2.0-only## Makefile for the Linux eCryptfs#obj-$(CONFIG_ECRYPT_FS)+=ecryptfs.o
ecryptfs-y:=dentry.ofile.oinode.omain.osuper.ommap.oread_write.o\crypto.okeystore.okthread.odebug.o
ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING)+=messaging.omiscdev.o