#
# Makefile for the linux romfs filesystem routines.
#

obj-$(CONFIG_ROMFS_FS) += romfs.o

romfs-y := inode.o
romfs-$(CONFIG_ROMFS_MTD_FS) := mtd-super.o
