Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
3 | # Makefile for the Linux ufs filesystem routines. | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_UFS_FS) += ufs.o | ||||
7 | |||||
8 | ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ | ||||
Al Viro | 9cdce3c | 2015-11-15 18:24:17 -0500 | [diff] [blame] | 9 | namei.o super.o util.o |
Fabian Frederick | a9814c5 | 2014-08-08 14:20:57 -0700 | [diff] [blame] | 10 | ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG |