https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 76fbf333d94b5c3fc1cb38875307b48d4c7bdd7f authored by Jason Self on 04 December 2013, 19:03:36 UTC
Linux-libre 3.10.22-gnu
Tip revision: 76fbf33
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