/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/fs/ufs
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/fs/ufs/Makefile (220B)
#
# 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