Sign in
googlers
/
maze
/
linux
/
6622c3ea059b2fed49924b74db41d1e0f065fbd3
/
.
/
fs
/
hostfs
/
Makefile
blob: d5beaffad43b71ccb0090112d6fadc7ee27673d0 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#
2
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3
# Licensed under the GPL
4
#
5
6
hostfs
-
objs
:=
hostfs_kern
.
o hostfs_user
.
o
7
8
obj
-
y
:=
9
obj
-
$
(
CONFIG_HOSTFS
)
+=
hostfs
.
o
10
11
include arch
/
um
/
scripts
/
Makefile
.
rules