summaryrefslogtreecommitdiffstats
path: root/fs/autofs4/Makefile
blob: 1eb09f0bf1b1a4d30f335e9966703f9bc4f2ec73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#

O_TARGET := autofs4.o

obj-y   := init.o inode.o root.o symlink.o waitq.o expire.o

obj-m   := $(O_TARGET)

include $(TOPDIR)/Rules.make