Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / fs / ramfs / Makefile
diff --git a/kernel/fs/ramfs/Makefile b/kernel/fs/ramfs/Makefile
new file mode 100644 (file)
index 0000000..c71e65d
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# Makefile for the linux ramfs routines.
+#
+
+obj-y += ramfs.o
+
+file-mmu-y := file-nommu.o
+file-mmu-$(CONFIG_MMU) := file-mmu.o
+ramfs-objs += inode.o $(file-mmu-y)