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