mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 06:21:22 +00:00
9 lines
185 B
Makefile
9 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
|