Revision dbdbb87636e882042cbe53d5d4eac94206f8db83 authored by Steve French on 10 June 2008, 21:21:56 UTC, committed by Steve French on 10 June 2008, 21:21:56 UTC
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
1 parent 5132861
Raw File
Makefile
#
# Makefile for the linux autofs-filesystem routines.
#

obj-$(CONFIG_AUTOFS_FS) += autofs.o

autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
back to top