https://jxself.org/git/linux-libre.git
Raw File
Tip revision: baba0a972fb5e745cd54a1286c5572dde4fe90c1 authored by Jason Self on 14 September 2013, 12:58:24 UTC
Linux-libre 3.0.96-gnu1
Tip revision: baba0a9
Makefile
#
# Makefile for the filesystem export support routines.

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o
back to top