summaryrefslogtreecommitdiffstats
path: root/fs/ramfs/Makefile
blob: f57d5966c67fa0ef59672673d6a807c1702a1b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the linux ramfs routines.
#

O_TARGET := ramfs.o

O_OBJS := inode.o

M_OBJS := $(O_TARGET)

include $(TOPDIR)/Rules.make