Makefile 303 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the Linux eCryptfs
  4. #
  5. obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
  6. ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
  7. crypto.o keystore.o kthread.o debug.o
  8. ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o