diff options
Diffstat (limited to 'fs/ufs/Makefile')
| -rw-r--r-- | fs/ufs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile index dd39980437fc..042344c85be0 100644 --- a/fs/ufs/Makefile +++ b/fs/ufs/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Linux ufs filesystem routines. # @@ -5,4 +6,5 @@ obj-$(CONFIG_UFS_FS) += ufs.o ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ - namei.o super.o symlink.o truncate.o util.o + namei.o super.o util.o +ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG |
