diff options
Diffstat (limited to 'fs/ramfs/Makefile')
-rw-r--r-- | fs/ramfs/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile new file mode 100644 index 000000000..f57d5966c --- /dev/null +++ b/fs/ramfs/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for the linux ramfs routines. +# + +O_TARGET := ramfs.o + +O_OBJS := inode.o + +M_OBJS := $(O_TARGET) + +include $(TOPDIR)/Rules.make |