blob: 042344c85be0de51a518288c377ce5f20c53d3bf [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the Linux ufs filesystem routines.
4#
5
6obj-$(CONFIG_UFS_FS) += ufs.o
7
8ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
Al Viro9cdce3c2015-11-15 18:24:17 -05009 namei.o super.o util.o
Fabian Fredericka9814c52014-08-08 14:20:57 -070010ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG