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

Next file: linux/fs/msdos/Makefile
Previous file: linux/fs/lockd/xdr4.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/minix/Makefile linux/fs/minix/Makefile
@@ -8,7 +8,8 @@
 # Note 2! The CFLAGS definitions are now in the main makefile.
 
 O_TARGET := minix.o
-O_OBJS   := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
-M_OBJS   := $(O_TARGET)
+
+obj-y    := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.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)