https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 16ddb00274f2e05e415972e198a6dd73b22be3b3 authored by Jason Self on 23 June 2011, 22:24:37 UTC
Linux-libre 2.6.32.42-gnu1
Tip revision: 16ddb00
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