patch-2.4.0-prerelease linux/fs/umsdos/Makefile
Next file: linux/fs/vfat/Makefile
Previous file: linux/fs/ufs/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/umsdos/Makefile
- Orig date:
Sat May 20 10:55:29 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/umsdos/Makefile linux/fs/umsdos/Makefile
@@ -8,9 +8,9 @@
# Note 2: the CFLAGS definitions are now in the main makefile.
O_TARGET := umsdos.o
-O_OBJS := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.o
+obj-y := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.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)