https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f9d17ea7ee2563b39db01b08112ac3f0a02cd864 authored by Jason Self on 16 June 2014, 20:43:10 UTC
Linux-libre 3.10.44-gnu
Tip revision: f9d17ea
Makefile
#
# Makefile for the filesystem export support routines.

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o
back to top