https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b8d080a162db0edcaba6e78335931a4d0335130d authored by Jason Self on 29 January 2014, 13:06:46 UTC
Linux-libre 3.13.1-gnu
Tip revision: b8d080a
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