repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
fs
/
ufs
/
Makefile
blob
ec4a6b49fa13fae382c9968bfb30a18943836c7f
1
#
2
# Makefile for the Linux ufs filesystem routines.
3
#
4
5
obj-
$(
CONFIG_UFS_FS
) +=
ufs.o
6
7
ufs-objs
:=
balloc.o cylinder.o
dir
.o file.o ialloc.o inode.o \
8
namei.o super.o util.o
9
ccflags-
$(
CONFIG_UFS_DEBUG
) += -
DDEBUG