mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00: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
|