pre-2.3.4..
[davej-history.git] / fs / ntfs / Makefile
blobf06e122aaeee8eb34b0e2386a0b87b61ccb00630
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=\"990411\"
8 include $(TOPDIR)/Rules.make