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