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