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