xref: /linux/fs/exportfs/Makefile (revision 6b0fd6c1a22da18a00f8ce12014d55ce0a316651)
1#
2# Makefile for the filesystem export support routines.
3
4obj-$(CONFIG_EXPORTFS) += exportfs.o
5
6exportfs-objs := expfs.o
7