blob: 417dd726d9ef6fea34afdc7972d34009ecf330b4 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the linux autofs-filesystem routines.
#
obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
autofs4-objs := ../autofs/init.o ../autofs/inode.o ../autofs/root.o \
../autofs/symlink.o ../autofs/waitq.o ../autofs/expire.o \
../autofs/dev-ioctl.o
|