]> Git Repo - linux.git/blame - fs/hfs/Makefile
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
[linux.git] / fs / hfs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux hfs filesystem routines.
3#
4
5obj-$(CONFIG_HFS_FS) += hfs.o
6
7hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
8 catalog.o dir.o extent.o inode.o attr.o mdb.o \
9 part_tbl.o string.o super.o sysdep.o trans.o
10
This page took 0.880744 seconds and 4 git commands to generate.