https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8f1223b79eeae453c08f71f561eece3a82fd85d8 authored by Jason Self on 18 December 2008, 17:14:12 UTC
Linux-libre 2.6.27.10-gnu1
Tip revision: 8f1223b
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