1#
2# Makefile for the linux autofs-filesystem routines.
3#
4# We can build this either out of the kernel tree or the autofs tools tree.
5#
6
7O_TARGET := autofs.o
8
9obj-y   := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
10obj-m   := $(O_TARGET)
11
12include $(TOPDIR)/Rules.make
13