repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git]
/
fs
/
autofs
/
Makefile
blob
5c8dbcfe38a03fa07b21a81f3244787947e02a8e
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
7
O_TARGET
:=
autofs.o
8
9
obj-y
:=
dir
.o dirhash.o init.o inode.o root.o symlink.o waitq.o
10
obj-m
:= $(
O_TARGET
)
11
12
include
$(
TOPDIR
)/
Rules.make