Makefile 351 B

12345678910111213
  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
  9. # KUnit tests
  10. obj-$(CONFIG_HFS_KUNIT_TEST) += string_test.o