From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- fs/ufs/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fs/ufs/Makefile (limited to 'fs/ufs/Makefile') diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile new file mode 100644 index 000000000..ec4a6b49f --- /dev/null +++ b/fs/ufs/Makefile @@ -0,0 +1,9 @@ +# +# 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 \ + namei.o super.o util.o +ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG -- cgit v1.2.3