https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7730df8189d1fadf36ec02940c2fe953e84737b4 authored by Jason Self on 02 November 2015, 08:35:12 UTC
Linux-libre 3.12.50-gnu
Tip revision: 7730df8
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