Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 2 | # |
Kees Cook | 290502b | 2013-02-28 00:39:37 -0800 | [diff] [blame] | 3 | # Makefile for the Linux eCryptfs |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o |
| 7 | |
Kees Cook | 290502b | 2013-02-28 00:39:37 -0800 | [diff] [blame] | 8 | ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \ |
| 9 | crypto.o keystore.o kthread.o debug.o |
| 10 | |
| 11 | ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o |