swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 29e8c3c304b62f31b799565c9ee85d42bd163f80 authored by Linus Torvalds on 05 March 2008, 04:33:54 UTC
Linux 2.6.25-rc4
Tip revision: 29e8c3c
Makefile
#
# Makefile for the filesystem export support routines.

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o
back to top