2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
## Makefile for the linux hfsplus filesystem routines.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
|
|
|
|
|
|
|
|
hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
2013-02-28 02:03:04 +01:00
|
|
|
bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
|
|
|
attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
|
2013-09-11 23:24:30 +02:00
|
|
|
|
|
|
|
hfsplus-$(CONFIG_HFSPLUS_FS_POSIX_ACL) += posix_acl.o
|