summaryrefslogtreecommitdiffstats
path: root/fs/autofs/Makefile
blob: 5c8dbcfe38a03fa07b21a81f3244787947e02a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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