https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5888989c6a1c99724a31b9d5f4ec6bcdaf24f0ee authored by Jason Self on 13 April 2016, 14:57:10 UTC
Linux-libre 3.12.58-gnu
Tip revision: 5888989
Makefile
#
# Makefile for the filesystem export support routines.

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o
back to top