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
|