]> asedeno.scripts.mit.edu Git - linux.git/blob - fs/hfs/Makefile
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
[linux.git] / fs / hfs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the Linux hfs filesystem routines.
4 #
5
6 obj-$(CONFIG_HFS_FS) += hfs.o
7
8 hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
9             catalog.o dir.o extent.o inode.o attr.o mdb.o \
10             part_tbl.o string.o super.o sysdep.o trans.o
11