https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d8143948cd0280ff5ed74efd4276e90a87a798cc authored by Jason Self on 26 November 2011, 17:09:12 UTC
Linux-libre 3.1.3-gnu1
Tip revision: d814394
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