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 000000000000..f2c3b79e94d2 --- /dev/null +++ b/fs/autofs4/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the linux autofs-filesystem routines. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_AUTOFS4_FS) += autofs4.o | ||
6 | |||
7 | autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o | ||