Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Ian Kent | 2a3ae0a | 2018-06-07 17:11:31 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the linux autofs-filesystem routines. |
| 4 | # |
| 5 | |
Linus Torvalds | d02d21e | 2018-07-04 18:17:51 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_AUTOFS_FS) += autofs4.o |
Ian Kent | 2a3ae0a | 2018-06-07 17:11:31 -0700 | [diff] [blame] | 7 | |
Linus Torvalds | d02d21e | 2018-07-04 18:17:51 -0700 | [diff] [blame] | 8 | autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o |