https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b077af74248c34cec4fcad9ccba80ec822df307c authored by Jason Self on 21 September 2015, 17:00:29 UTC
Linux-libre 3.10.89-gnu
Tip revision: b077af7
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