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