2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# 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 \
|
2009-06-07 15:40:27 -04:00
|
|
|
partition.o super.o truncate.o symlink.o \
|
2008-04-17 09:47:48 +02:00
|
|
|
directory.o misc.o udftime.o unicode.o
|