https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 858e701c30bf2498191781e92473a082b0ff9e50 authored by Jason Self on 09 January 2014, 20:25:50 UTC
Linux-libre 3.12.7-gnu
Tip revision: 858e701
Makefile
#
# Makefile for the filesystem export support routines.

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o
back to top