Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the Linux ufs filesystem routines.
0004 #
0005 
0006 obj-$(CONFIG_UFS_FS) += ufs.o
0007 
0008 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
0009             namei.o super.o util.o
0010 ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG