swh:1:snp:38ae39f9fd01a4b0ef06fab5668b65bf4c2aca03
Raw File
Tip revision: 64291f7db5bd8150a74ad2036f1037e6a0428df2 authored by Linus Torvalds on 30 August 2015, 18:34:09 UTC
Linux 4.2
Tip revision: 64291f7
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