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

Next file: linux/fs/namei.c
Previous file: linux/fs/minix/Makefile
Back to the patch index
Back to the overall index

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