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