Makefile 318 B

123456789101112
  1. #
  2. # Makefile for the Linux 2.6 eCryptfs
  3. #
  4. ifeq ($(CONFIG_ECRYPT_FS_VIRTUAL_FAT_XATTR),y)
  5. EXTRA_CFLAGS += -DECRYPT_FS_VIRTUAL_FAT_XATTR
  6. endif
  7. obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
  8. 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