https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 65dcd40fca64775a724d48e0d602256a62a0f20e authored by Jason Self on 15 March 2010, 16:09:45 UTC
Linux-libre 2.6.33.1-gnu1
Tip revision: 65dcd40
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 \
		directory.o misc.o udftime.o unicode.o
back to top