https://github.com/torvalds/linux
Raw File
Tip revision: 485802a6c524e62b5924849dd727ddbb1497cc71 authored by Linus Torvalds on 17 June 2012, 00:25:17 UTC
Linux 3.5-rc3
Tip revision: 485802a
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