https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8b70eb8a42b339eb483dc776e3a091b142789c37 authored by Jason Self on 09 May 2011, 22:16:31 UTC
Linux-libre 2.6.38.6-gnu1
Tip revision: 8b70eb8
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