]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
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 \ | |
9cdce3c0 | 8 | namei.o super.o util.o |
a9814c5d | 9 | ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG |