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