https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bc7f9aac8469227f01116281c99795cd813c7156 authored by Jason Self on 12 August 2013, 01:54:09 UTC
Linux-libre 3.0.90-gnu1
Tip revision: bc7f9aa
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
back to top