mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
|
#
|
||
|
# Makefile for the configfs virtual filesystem
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CONFIGFS_FS) += configfs.o
|
||
|
|
||
|
configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|