patch-2.4.7 linux/fs/ntfs/Makefile
Next file: linux/fs/ntfs/attr.c
Previous file: linux/fs/nfsd/nfsfh.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Jul 16 15:14:10 2001
- Orig file:
v2.4.6/linux/fs/ntfs/Makefile
- Orig date:
Wed Apr 18 11:49:13 2001
diff -u --recursive --new-file v2.4.6/linux/fs/ntfs/Makefile linux/fs/ntfs/Makefile
@@ -2,10 +2,10 @@
O_TARGET := ntfs.o
-obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
+obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o unistr.o
obj-m := $(O_TARGET)
-# Version format: YYMMDD
-EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"010116\"
+# New version format started 3 February 2001.
+EXTRA_CFLAGS = -DNTFS_VERSION=\"1.1.15\" #-DDEBUG
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)