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