mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The netlink transport code has not worked for a while and the miscdev transport is a simpler solution. This patch removes the netlink code and makes the miscdev transport the only eCryptfs kernel to userspace transport. Signed-off-by: Tyler Hicks <[email protected]> Cc: Michael Halcrow <[email protected]> Cc: Dustin Kirkland <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
8 lines
218 B
Makefile
8 lines
218 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 read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o
|