mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08: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
|