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