mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
|
#
|
||
|
# Makefile for the Linux 2.6 eCryptfs
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
|
||
|
|
||
|
ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o debug.o
|