#
# Makefile for the linux ramfs routines.
#

O_TARGET := hugetlbfs.o

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

include $(TOPDIR)/Rules.make

