mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
2e03f3ea7a
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8 lines
185 B
Makefile
8 lines
185 B
Makefile
#
|
|
# Makefile for the Linux SystemV/Coherent filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_SYSV_FS) += sysv.o
|
|
|
|
sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
|
|
namei.o super.o
|