# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux ufs filesystem routines.
#
obj-$([31mCONFIG_UFS_FS[0m) += ufs.o
ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
namei.o super.o util.o
ccflags-$([31mCONFIG_UFS_DEBUG[0m) += -DDEBUG