https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 28f7f624439eadeaa43999f748d6b609eb55e2d1 authored by Jason Self on 13 August 2010, 20:45:11 UTC
Linux-libre 2.6.35.2-gnu1
Tip revision: 28f7f62
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