diff options
Diffstat (limited to 'fs/ntfs/Makefile')
-rw-r--r-- | fs/ntfs/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/ntfs/Makefile b/fs/ntfs/Makefile new file mode 100644 index 000000000..bd7536299 --- /dev/null +++ b/fs/ntfs/Makefile @@ -0,0 +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) +EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"980101\" + +include $(TOPDIR)/Rules.make + |