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

Next file: linux/fs/umsdos/Makefile
Previous file: linux/fs/udf/symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/ufs/Makefile linux/fs/ufs/Makefile
@@ -8,8 +8,9 @@
 # Note 2! The CFLAGS definitions are now in the main makefile.
 
 O_TARGET := ufs.o
-O_OBJS   := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
+
+obj-y   := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
 		namei.o super.o symlink.o truncate.o util.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)