mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 12:40:54 +07: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
|