Revision b3a37947074fa0a488d6c7ede58125b2278ab4e8 authored by David S. Miller on 19 December 2012, 23:43:38 UTC, committed by David S. Miller on 19 December 2012, 23:43:38 UTC
We use the FPU and therefore cannot sleep during the crypto
loops.

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ce68895
Raw File
Makefile
#
# Makefile for the FUSE filesystem.
#

obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_CUSE) += cuse.o

fuse-objs := dev.o dir.o file.o inode.o control.o
back to top