brintos

brintos / linux-shallow public Read only

0
0
Text · 185 B · 85e5b88 Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the linux efs-filesystem routines.4#5 6obj-$(CONFIG_EFS_FS) += efs.o7 8efs-objs := super.o inode.o namei.o dir.o file.o symlink.o9