c05564c4d8
Android 13
8 lines
173 B
Makefile
Executable file
8 lines
173 B
Makefile
Executable file
#
|
|
# Makefile for the linux autofs-filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_AUTOFS_FS) += autofs4.o
|
|
|
|
autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|