Makefile 291 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the Linux hfs filesystem routines.
  4. #
  5. obj-$(CONFIG_HFS_FS) += hfs.o
  6. hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
  7. catalog.o dir.o extent.o inode.o attr.o mdb.o \
  8. part_tbl.o string.o super.o sysdep.o trans.o