mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
#
|
||
|
# Makefile for the linux efs-filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_EFS_FS) += efs.o
|
||
|
|
||
|
efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|