Revision 33009557bd9397c446a59e4cc91059a8e84c046b authored by Andy Lutomirski on 24 May 2011, 19:16:43 UTC, committed by Matthew Garrett on 05 August 2011, 18:45:41 UTC
I suspect that this works on T410.

Signed-off-by: Andy Lutomirski <luto@mit.edu>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
1 parent 3880314
Raw File
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