summaryrefslogtreecommitdiffstats
path: root/fs/ramfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ramfs/Makefile')
-rw-r--r--fs/ramfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile
index f57d5966c..44ff24f06 100644
--- a/fs/ramfs/Makefile
+++ b/fs/ramfs/Makefile
@@ -4,8 +4,7 @@
O_TARGET := ramfs.o
-O_OBJS := inode.o
-
-M_OBJS := $(O_TARGET)
+obj-y := inode.o
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make