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

O_TARGET := ramfs.o

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

include $(TOPDIR)/Rules.make