URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [autofs/] [Makefile] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
#
# 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
Go to most recent revision | Compare with Previous | Blame | View Log