1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for the Linux hfs filesystem routin 2 # Makefile for the Linux hfs filesystem routines. 4 # 3 # 5 4 6 obj-$(CONFIG_HFS_FS) += hfs.o 5 obj-$(CONFIG_HFS_FS) += hfs.o 7 6 8 hfs-objs := bitmap.o bfind.o bnode.o brec.o bt !! 7 hfs-objs := balloc.o bdelete.o bfind.o bins_del.o binsert.o bitmap.o bitops.o \ 9 catalog.o dir.o extent.o inode.o a !! 8 bnode.o brec.o btree.o catalog.o dir.o dir_cap.o dir_dbl.o \ 10 part_tbl.o string.o super.o sysdep !! 9 dir_nat.o extent.o file.o file_cap.o file_hdr.o inode.o mdb.o \ 11 !! 10 part_tbl.o string.o super.o sysdep.o trans.o version.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.