#
# Makefile for the linux ramfs routines.
#

O_TARGET := ramfs.o

O_OBJS := inode.o

M_OBJS := $(O_TARGET)

include $(TOPDIR)/Rules.make
