mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
8 lines
160 B
Makefile
8 lines
160 B
Makefile
|
#
|
||
|
# Makefile for the linux autofs-filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_AUTOFS_FS) += autofs.o
|
||
|
|
||
|
autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
|