patch-2.4.0-prerelease linux/fs/ramfs/Makefile

Next file: linux/fs/ramfs/inode.c
Previous file: linux/fs/qnx4/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/ramfs/Makefile linux/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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)