https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 78bcb11d2bb1a69c4dca5dcb5ebcfb8f2d71974f authored by Jason Self on 19 February 2016, 22:23:05 UTC
Linux-libre 3.10.97-gnu
Tip revision: 78bcb11
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