Revision a38d6181ff27824c79fc7df825164a212eff6a3f authored by Linus Torvalds on 01 July 2007, 19:54:24 UTC, committed by Linus Torvalds on 01 July 2007, 19:54:24 UTC
Last -rc? That's the plan..
1 parent 2391dae
Raw File
Makefile
#
# Makefile for the linux udf-filesystem routines.
#

obj-$(CONFIG_UDF_FS) += udf.o

udf-objs     := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
		partition.o super.o truncate.o symlink.o fsync.o \
		crc.o directory.o misc.o udftime.o unicode.o
back to top