summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/Makefile
blob: 6f0e188d136f7aa82a61585e3dd00edc1b373fea (plain)
1
2
3
4
5
6
7
8
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=\"000502\"

include $(TOPDIR)/Rules.make