https://github.com/torvalds/linux
Raw File
Tip revision: 05dda977f2574c3341abef9b74c27d2b362e1e3a authored by Linus Torvalds on 26 March 2008, 01:38:14 UTC
Linux 2.6.25-rc7
Tip revision: 05dda97
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