#
# Makefile for the linux romfs filesystem routines.
#

obj-$(CONFIG_ROMFS_FS) += romfs.o

romfs-objs := inode.o

include $(TOPDIR)/Rules.make
