https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f9d17ea7ee2563b39db01b08112ac3f0a02cd864 authored by Jason Self on 16 June 2014, 20:43:10 UTC
Linux-libre 3.10.44-gnu
Tip revision: f9d17ea
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