Revision 4bde57094b3aac7c5d80fc82530db8b03c3ce2d3 authored by Linus Torvalds on 21 December 2007, 01:02:37 UTC, committed by Linus Torvalds on 21 December 2007, 01:02:37 UTC
* git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86:
  x86: intel_cacheinfo.c: cpu cache info entry for Intel Tolapai
  x86: fix die() to not be preemptible
2 parent s 2b5baad + 04fa11e
Raw File
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 \
		crc.o directory.o misc.o udftime.o unicode.o
back to top