Makefile 230 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4 5 6 7
#
# Makefile for the Linux ufs filesystem routines.
#

obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
8
	    namei.o super.o symlink.o util.o
9
ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG