2019-05-19 14:07:45 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 00:20:36 +02: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 00:24:17 +01:00
|
|
|
namei.o super.o util.o
|
2014-08-08 23:20:57 +02:00
|
|
|
ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG
|