https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bf251d773ccb0fc46d542ad78fd03978233552f0 authored by Jason Self on 01 May 2013, 15:58:02 UTC
Linux-libre 3.0.76-gnu1
Tip revision: bf251d7
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