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