more debug output
[linux-2.4.git] / fs / ramfs / Makefile
1 #
2 # Makefile for the linux ramfs routines.
3 #
4
5 O_TARGET := ramfs.o
6
7 obj-y := inode.o
8 obj-m := $(O_TARGET)
9
10 include $(TOPDIR)/Rules.make