Revision bbdba2737443ae7b530a453d8152f2068ca4cf56 authored by Shen Feng on 13 April 2009, 21:40:16 UTC, committed by Linus Torvalds on 13 April 2009, 22:04:33 UTC
Use the default mountpoint of debugfs in the pktcdvd ABI.

Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
Cc: <balagi@justmail.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c863d83
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 fsync.o \
		directory.o misc.o udftime.o unicode.o
back to top