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