mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
9 lines
195 B
Makefile
9 lines
195 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 symlink.o
|