- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / fs / autofs4 / Makefile
blob1eb09f0bf1b1a4d30f335e9966703f9bc4f2ec73
2 # Makefile for the linux autofs-filesystem routines.
4 # We can build this either out of the kernel tree or the autofs tools tree.
7 O_TARGET := autofs4.o
9 obj-y := init.o inode.o root.o symlink.o waitq.o expire.o
11 obj-m := $(O_TARGET)
13 include $(TOPDIR)/Rules.make