#
# Makefile for the driverfs virtual filesystem.
#

export-objs := inode.o

obj-y := inode.o

include $(TOPDIR)/Rules.make
