Makefile 230 B

123456789
  1. #
  2. # Makefile for the Linux ufs filesystem routines.
  3. #
  4. obj-$(CONFIG_UFS_FS) += ufs.o
  5. ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
  6. namei.o super.o symlink.o util.o
  7. ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG