| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Linux 2.6 eCryptfs | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o | ||||
| 6 | |||||
| 7 | ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o | ||||