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

Next file: linux/fs/jffs/inode-v23.c
Previous file: linux/fs/isofs/rock.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/jffs/Makefile linux/fs/jffs/Makefile
@@ -30,7 +30,7 @@
 endif
 
 O_TARGET := jffs.o
-M_OBJS   := $(O_TARGET)
-O_OBJS   := jffs_fm.o intrep.o $(INODE_O)
+obj-m    := $(O_TARGET)
+obj-y    := jffs_fm.o intrep.o $(INODE_O)
 
 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)