mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +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
|