Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the Linux hfs filesystem routines.
0004 #
0005 
0006 obj-$(CONFIG_HFS_FS) += hfs.o
0007 
0008 hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
0009             catalog.o dir.o extent.o inode.o attr.o mdb.o \
0010             part_tbl.o string.o super.o sysdep.o trans.o
0011