f845fced91
As pointed out by Sergey Vlasov, UDF implements its own version of the CRC ITU-T V.41. Convert it to use the one in the library. Signed-off-by: Bob Copeland <me@bobcopeland.com> Cc: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: Jan Kara <jack@suse.cz>
9 lines
256 B
Makefile
9 lines
256 B
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
|