#
# Makefile for the filesystem export support routines.

export-objs := expfs.o

obj-$(CONFIG_EXPORTFS) += exportfs.o

exportfs-objs := expfs.o

include $(TOPDIR)/Rules.make
