mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
90de066443
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9 lines
248 B
Makefile
9 lines
248 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 \
|
|
directory.o misc.o udftime.o unicode.o
|