diff options
Diffstat (limited to 'fs/autofs4/Makefile')
-rw-r--r-- | fs/autofs4/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/autofs4/Makefile b/fs/autofs4/Makefile new file mode 100644 index 00000000000..f2c3b79e94d --- /dev/null +++ b/fs/autofs4/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux autofs-filesystem routines. +# + +obj-$(CONFIG_AUTOFS4_FS) += autofs4.o + +autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o |