https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 21b40fc9718063c6c827d87c20b24f026e809376 authored by Jason Self on 07 March 2014, 05:58:51 UTC
Linux-libre 3.10.33-gnu
Tip revision: 21b40fc
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