Ian Kent | 2a3ae0a | 2018-06-07 17:11:31 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux autofs-filesystem routines. | ||||
3 | # | ||||
4 | |||||
Linus Torvalds | d02d21e | 2018-07-04 18:17:51 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_AUTOFS_FS) += autofs4.o |
Ian Kent | 2a3ae0a | 2018-06-07 17:11:31 -0700 | [diff] [blame] | 6 | |
Linus Torvalds | d02d21e | 2018-07-04 18:17:51 -0700 | [diff] [blame] | 7 | autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o |