swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 authored by Linus Torvalds on 01 January 2017, 22:31:53 UTC
Linux 4.10-rc2
Tip revision: 0c744ea
Makefile
#
# 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 dev-ioctl.o
back to top