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