https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 19a79146b2f87389da12e68a11d45872e89cd0b3 authored by Jason Self on 13 August 2010, 20:24:53 UTC
Linux-libre 2.6.32.19-gnu1
Tip revision: 19a7914
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