M7350/kernel/fs/ufs/Makefile

10 lines
241 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# 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 symlink.o truncate.o util.o
2024-09-09 08:57:42 +00:00
ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG