diff -u linux/fs/reiserfs/Makefile.orig linux/fs/reiserfs/Makefile --- linux/fs/reiserfs/Makefile.orig Sun Dec 17 15:01:21 2000 +++ linux/fs/reiserfs/Makefile Sun Dec 17 15:02:17 2000 @@ -8,10 +8,10 @@ # Note 2! The CFLAGS definitions are now in the main makefile... O_TARGET := reiserfs.o -O_OBJS := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o super.o prints.o objectid.o \ +obj-y := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o super.o prints.o objectid.o \ lbalance.o ibalance.o stree.o hashes.o buffer2.o tail_conversion.o journal.o resize.o tail_conversion.o version.o item_ops.o ioctl.o -M_OBJS := $(O_TARGET) +obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make .