patch-2.4.0-prerelease linux/fs/ntfs/Makefile
Next file: linux/fs/ntfs/fs.c
Previous file: linux/fs/nls/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/ntfs/Makefile
- Orig date:
Wed Jul 5 12:21:54 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/ntfs/Makefile linux/fs/ntfs/Makefile
@@ -1,8 +1,9 @@
# Rules for making the NTFS driver
O_TARGET := ntfs.o
-O_OBJS := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
-M_OBJS := $(O_TARGET)
+
+obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
+obj-m := $(O_TARGET)
EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\"
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)