Linux 2.2.0pre4
[davej-history.git] / fs / ntfs / Makefile
blob8546f0bde632eb90aad8604f9d39780772e442c2
1 # Rules for making the NTFS driver
3 O_TARGET := ntfs.o
4 O_OBJS := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
5 M_OBJS := $(O_TARGET)
6 EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"990102\"
8 include $(TOPDIR)/Rules.make