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

Next file: linux/fs/cramfs/inflate/Makefile
Previous file: linux/fs/coda/symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/cramfs/Makefile linux/fs/cramfs/Makefile
@@ -4,9 +4,9 @@
 
 O_TARGET := cramfs.o
 
-O_OBJS := inode.o uncompress.o inflate/zlib.o
+obj-y  := inode.o uncompress.o inflate/zlib.o
 
-M_OBJS := $(O_TARGET)
+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)