https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c6ed0f53b05df21553ae364b85c28bbc38b51686 authored by Jason Self on 08 August 2011, 17:48:34 UTC
Linux-libre 2.6.33.17-gnu1
Tip revision: c6ed0f5
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