#
# Makefile for the filesystem export support routines.

O_TARGET := exportfs.o

export-objs := expfs.o

obj-y :=    expfs.o
obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make
