Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux autofs-filesystem routines. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_AUTOFS4_FS) += autofs4.o | ||||
6 | |||||
Ian Kent | 8d7b48e | 2008-10-15 22:02:54 -0700 | [diff] [blame] | 7 | autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o |