https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7422972cc18117c982e02c04382d44dc2e086e57 authored by Jason Self on 17 February 2009, 17:48:13 UTC
Linux-libre 2.6.27.18-gnu1
Tip revision: 7422972
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 fsync.o \
		directory.o misc.o udftime.o unicode.o
back to top