mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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
|