Revision 6be382ea0c767a81be0e7980400b9b18167b3261 authored by Andi Kleen on 18 August 2005, 18:24:27 UTC, committed by Linus Torvalds on 18 August 2005, 19:53:59 UTC
Since early CPU identify is in this information is already available

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent c6a3ea2
Raw File
Makefile
#
# Makefile for the Linux hfs filesystem routines.
#

obj-$(CONFIG_HFS_FS) += hfs.o

hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
	    catalog.o dir.o extent.o inode.o attr.o mdb.o \
            part_tbl.o string.o super.o sysdep.o trans.o

back to top