M7350/kernel/fs/hfsplus/Makefile

12 lines
385 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00: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 \
2024-09-09 08:57:42 +00: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
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
hfsplus-$(CONFIG_HFSPLUS_FS_POSIX_ACL) += posix_acl.o