2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 02:20:36 +04:00
|
|
|
#
|
|
|
|
# Makefile for the Linux ufs filesystem routines.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_UFS_FS) += ufs.o
|
|
|
|
|
|
|
|
ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
2015-11-16 02:24:17 +03:00
|
|
|
namei.o super.o util.o
|
2014-08-09 01:20:57 +04:00
|
|
|
ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG
|