URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [autofs/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#
O_TARGET := autofs.o
obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make