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