1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for the Linux hfs filesystem routin 4 # 5 6 obj-$(CONFIG_HFS_FS) += hfs.o 7 8 hfs-objs := bitmap.o bfind.o bnode.o brec.o bt 9 catalog.o dir.o extent.o inode.o a 10 part_tbl.o string.o super.o sysdep 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.