mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 20:36:39 +07: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
|